Class IpBanListEntry


public class IpBanListEntry extends BanListEntry<String>
  • Constructor Details

    • IpBanListEntry

      public IpBanListEntry(String pIp)
    • IpBanListEntry

      public IpBanListEntry(String pIp, @Nullable Date pCreated, @Nullable String pSource, @Nullable Date pExpires, @Nullable String pReason)
    • IpBanListEntry

      public IpBanListEntry(com.google.gson.JsonObject p_11048_)
  • Method Details