Class StoredValueEraInfo
- java.lang.Object
-
- com.syntifi.casper.sdk.model.storedvalue.StoredValueEraInfo
-
- All Implemented Interfaces:
StoredValue<EraInfo>
public class StoredValueEraInfo extends java.lang.Object implements StoredValue<EraInfo>
Stored Value forEraInfo
- Since:
- 0.0.1
- See Also:
StoredValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StoredValueEraInfo.StoredValueEraInfoBuilder
-
Constructor Summary
Constructors Constructor Description StoredValueEraInfo()
StoredValueEraInfo(EraInfo value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StoredValueEraInfo.StoredValueEraInfoBuilder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
EraInfo
getValue()
int
hashCode()
void
setValue(EraInfo value)
-
-
-
Field Detail
-
value
public EraInfo value
-
-
Constructor Detail
-
StoredValueEraInfo
public StoredValueEraInfo(EraInfo value)
-
StoredValueEraInfo
public StoredValueEraInfo()
-
-
Method Detail
-
builder
public static StoredValueEraInfo.StoredValueEraInfoBuilder builder()
-
getValue
public EraInfo getValue()
- Specified by:
getValue
in interfaceStoredValue<EraInfo>
-
setValue
public void setValue(EraInfo value)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-