Class GatewayInfoImpl

java.lang.Object
com.mewna.catnip.entity.impl.misc.GatewayInfoImpl
All Implemented Interfaces:
Entity, GatewayInfo, RequiresCatnip

public class GatewayInfoImpl extends Object implements GatewayInfo, RequiresCatnip
Since:
12/10/18.
Author:
amy
  • Constructor Details

    • GatewayInfoImpl

      public GatewayInfoImpl()
    • GatewayInfoImpl

      public GatewayInfoImpl(Catnip catnip, String url, int shards, int totalSessions, int remainingSessions, long resetAfter, boolean valid)
  • Method Details