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 classStoredValueEraInfo.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.StoredValueEraInfoBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)EraInfogetValue()inthashCode()voidsetValue(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:
getValuein interfaceStoredValue<EraInfo>
-
setValue
public void setValue(EraInfo value)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-