Class AssociatedKey


  • public class AssociatedKey
    extends java.lang.Object
    Associated Key
    Since:
    0.0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      AssociatedKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getAccountHash()
      account_hash(String) Hex-encoded account hash.
      int getWeight()
      weight(Integer)
      int hashCode()  
      void setAccountHash​(java.lang.String accountHash)
      account_hash(String) Hex-encoded account hash.
      void setWeight​(int weight)
      weight(Integer)
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AssociatedKey

        public AssociatedKey()
    • Method Detail

      • getAccountHash

        public java.lang.String getAccountHash()
        account_hash(String) Hex-encoded account hash.
      • getWeight

        public int getWeight()
        weight(Integer)
      • setAccountHash

        public void setAccountHash​(java.lang.String accountHash)
        account_hash(String) Hex-encoded account hash.
      • setWeight

        public void setWeight​(int weight)
        weight(Integer)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object