Package com.casper.sdk.identifier.entity
Class EntityAddrIdentifier
- java.lang.Object
-
- com.casper.sdk.identifier.entity.EntityAddrIdentifier
-
- All Implemented Interfaces:
EntityIdentifier
public class EntityAddrIdentifier extends java.lang.Object implements EntityIdentifier
The address of an addressable entity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityAddrIdentifier.EntityAddrIdentifierBuilder
-
Constructor Summary
Constructors Constructor Description EntityAddrIdentifier(java.lang.String entityAddr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntityAddrIdentifier.EntityAddrIdentifierBuilderbuilder()java.lang.StringgetEntityAddr()Entity AddressvoidsetEntityAddr(java.lang.String entityAddr)Entity Address
-
-
-
Method Detail
-
builder
public static EntityAddrIdentifier.EntityAddrIdentifierBuilder builder()
-
getEntityAddr
public java.lang.String getEntityAddr()
Entity Address
-
setEntityAddr
public void setEntityAddr(java.lang.String entityAddr)
Entity Address
-
-