Class URefSeed
- java.lang.Object
-
- com.syntifi.casper.sdk.identifier.dictionary.URefSeed
-
public class URefSeed extends java.lang.Object
Seed URef for dictionary item calls- Since:
- 0.0.1
-
-
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
getDictionaryItemKey()
The dictionary item key formatted as a stringURef
getUref()
The dictionary's seed URefint
hashCode()
void
setDictionaryItemKey(java.lang.String dictionaryItemKey)
The dictionary item key formatted as a stringvoid
setUref(URef uref)
The dictionary's seed URefjava.lang.String
toString()
-
-
-
Constructor Detail
-
URefSeed
public URefSeed()
-
URefSeed
public URefSeed(java.lang.String dictionaryItemKey, URef uref)
-
-
Method Detail
-
getDictionaryItemKey
public java.lang.String getDictionaryItemKey()
The dictionary item key formatted as a string
-
getUref
public URef getUref()
The dictionary's seed URef
-
setDictionaryItemKey
public void setDictionaryItemKey(java.lang.String dictionaryItemKey)
The dictionary item key formatted as a string
-
setUref
public void setUref(URef uref)
The dictionary's seed URef
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-