Class DictionaryData


  • public class DictionaryData
    extends java.lang.Object
    Dictionary key and stored value
    Since:
    0.0.1
    • Constructor Detail

      • DictionaryData

        public DictionaryData()
    • Method Detail

      • getApiVersion

        public java.lang.String getApiVersion()
        The RPC API version
      • getDictionaryKey

        public java.lang.String getDictionaryKey()
        The key under which the value is stored
      • getMerkleProof

        public java.lang.String getMerkleProof()
        The merkle proof
      • getStoredValue

        public StoredValue<?> getStoredValue()
        The stored value
      • setApiVersion

        public void setApiVersion​(java.lang.String apiVersion)
        The RPC API version
      • setDictionaryKey

        public void setDictionaryKey​(java.lang.String dictionaryKey)
        The key under which the value is stored
      • setMerkleProof

        public void setMerkleProof​(java.lang.String merkleProof)
        The merkle proof
      • setStoredValue

        public void setStoredValue​(StoredValue<?> storedValue)
        The stored value
      • 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