Class Banlist.Entry

  • Enclosing class:
    Banlist

    public static class Banlist.Entry
    extends Object
    • Field Detail

      • expireOn

        public long expireOn
        when it should expire, per the i2p clock
      • cause

        public String cause
        why they were banlisted
      • causeCode

        public String causeCode
        separate code so cause can contain {0} for translation
      • transports

        public Set<String> transports
        what transports they were banlisted for (String), or null for all transports
    • Constructor Detail

      • Entry

        public Entry()