Class NamedKey
- java.lang.Object
-
- com.casper.sdk.model.entity.contract.NamedKey
-
public class NamedKey extends java.lang.ObjectA key with a name
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNamedKey.NamedKeyBuilder
-
Constructor Summary
Constructors Constructor Description NamedKey()NamedKey(AbstractCLValue<?,?> namedKey, AbstractCLValue<?,?> name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NamedKey.NamedKeyBuilderbuilder()AbstractCLValue<?,?>getName()AbstractCLValue<?,?>getNamedKey()voidsetName(AbstractCLValue<?,?> name)voidsetNamedKey(AbstractCLValue<?,?> namedKey)
-
-
-
Constructor Detail
-
NamedKey
public NamedKey(AbstractCLValue<?,?> namedKey, AbstractCLValue<?,?> name)
-
NamedKey
public NamedKey()
-
-
Method Detail
-
builder
public static NamedKey.NamedKeyBuilder builder()
-
getNamedKey
public AbstractCLValue<?,?> getNamedKey()
-
getName
public AbstractCLValue<?,?> getName()
-
setNamedKey
public void setNamedKey(AbstractCLValue<?,?> namedKey)
-
setName
public void setName(AbstractCLValue<?,?> name)
-
-