Class DictionaryData


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

      • DictionaryData

        public DictionaryData​(java.lang.String apiVersion,
                              java.lang.String dictionaryKey,
                              java.lang.String merkleProof,
                              StoredValue<?> storedValue)
      • 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