Package com.casper.sdk.identifier.era
Class IdEraIdentifier
- java.lang.Object
-
- com.casper.sdk.identifier.era.IdEraIdentifier
-
- All Implemented Interfaces:
EraIdentifier
public class IdEraIdentifier extends java.lang.Object implements EraIdentifier
Identifier for an era using the era id.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdEraIdentifier.IdEraIdentifierBuilder
-
Constructor Summary
Constructors Constructor Description IdEraIdentifier(long eraId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdEraIdentifier.IdEraIdentifierBuilderbuilder()longgetEraId()voidsetEraId(long eraId)
-
-
-
Method Detail
-
builder
public static IdEraIdentifier.IdEraIdentifierBuilder builder()
-
getEraId
public long getEraId()
-
setEraId
public void setEraId(long eraId)
-
-