Package com.casper.sdk.model.key
Class NamedKeyAddr
- java.lang.Object
-
- com.casper.sdk.model.key.NamedKeyAddr
-
public class NamedKeyAddr extends java.lang.ObjectA NamedKey address.
-
-
Constructor Summary
Constructors Constructor Description NamedKeyAddr()NamedKeyAddr(EntityAddr entityAddr, java.lang.String stringBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityAddrgetEntityAddr()The address of the entity.java.lang.StringgetStringBytes()The bytes of the name.voidsetEntityAddr(EntityAddr entityAddr)The address of the entity.voidsetStringBytes(java.lang.String stringBytes)The bytes of the name.
-
-
-
Constructor Detail
-
NamedKeyAddr
public NamedKeyAddr(EntityAddr entityAddr, java.lang.String stringBytes)
-
NamedKeyAddr
public NamedKeyAddr()
-
-
Method Detail
-
getEntityAddr
public EntityAddr getEntityAddr()
The address of the entity.
-
getStringBytes
public java.lang.String getStringBytes()
The bytes of the name.
-
setEntityAddr
public void setEntityAddr(EntityAddr entityAddr)
The address of the entity.
-
setStringBytes
public void setStringBytes(java.lang.String stringBytes)
The bytes of the name.
-
-