Class URefDictionaryIdentifier
- java.lang.Object
-
- com.syntifi.casper.sdk.identifier.dictionary.URefDictionaryIdentifier
-
- All Implemented Interfaces:
DictionaryIdentifier
public class URefDictionaryIdentifier extends java.lang.Object implements DictionaryIdentifier
Identifier class passed to serviceCasperService.getStateDictionaryItem(String, DictionaryIdentifier)
to Lookup a dictionary item via its seed URef- Since:
- 0.0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
URefDictionaryIdentifier.URefDictionaryIdentifierBuilder
-
Constructor Summary
Constructors Constructor Description URefDictionaryIdentifier(URefSeed uref)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static URefDictionaryIdentifier.URefDictionaryIdentifierBuilder
builder()
URefSeed
getUref()
void
setUref(URefSeed uref)
-
-
-
Constructor Detail
-
URefDictionaryIdentifier
public URefDictionaryIdentifier(URefSeed uref)
-
-
Method Detail
-
builder
public static URefDictionaryIdentifier.URefDictionaryIdentifierBuilder builder()
-
getUref
public URefSeed getUref()
-
setUref
public void setUref(URefSeed uref)
-
-