Class SubscriptionImpl.association

java.lang.Object
com.biglybt.core.subs.impl.SubscriptionImpl.association
Enclosing class:
SubscriptionImpl

protected static class SubscriptionImpl.association extends Object
  • Field Details

    • hash

      private byte[] hash
    • when

      private long when
    • published

      private boolean published
  • Constructor Details

    • association

      protected association(byte[] _hash, long _when)
  • Method Details

    • getHash

      protected byte[] getHash()
    • getWhen

      protected long getWhen()
    • getPublished

      protected boolean getPublished()
    • setPublished

      protected void setPublished(boolean b)
    • getString

      protected String getString()
    • generate

      protected void generate(IndentWriter writer)