类 IpBanListEntry


public class IpBanListEntry extends BanListEntry<String>
  • 构造器详细资料

    • 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 pEntryData)
  • 方法详细资料