Class IpBanListEntry


public class IpBanListEntry extends BanListEntry<String>
  • Constructor Details

    • IpBanListEntry

      public IpBanListEntry(String ip)
    • IpBanListEntry

      public IpBanListEntry(String ip, @Nullable Date created, @Nullable String source, @Nullable Date expires, @Nullable String reason)
    • IpBanListEntry

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