Class ActivationPoint
- java.lang.Object
-
- com.syntifi.casper.sdk.model.status.ActivationPoint
-
public class ActivationPoint extends java.lang.ObjectThe first era to which the associated protocol version applies- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description ActivationPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.math.BigIntegergetEraId()Era IDprotected java.lang.StringgetJsonEraId()java.sql.DategetTimeStamp()Timestamp formatted as per RFC 3339inthashCode()voidsetEraId(java.math.BigInteger eraId)Era IDprotected voidsetJsonEraId(java.lang.String value)voidsetTimeStamp(java.sql.Date timeStamp)Timestamp formatted as per RFC 3339java.lang.StringtoString()
-
-
-
Method Detail
-
getJsonEraId
@ExcludeFromJacocoGeneratedReport protected java.lang.String getJsonEraId()
-
setJsonEraId
@ExcludeFromJacocoGeneratedReport protected void setJsonEraId(java.lang.String value)
-
getEraId
public java.math.BigInteger getEraId()
Era ID
-
getTimeStamp
public java.sql.Date getTimeStamp()
Timestamp formatted as per RFC 3339
-
setEraId
public void setEraId(java.math.BigInteger eraId)
Era ID
-
setTimeStamp
public void setTimeStamp(java.sql.Date timeStamp)
Timestamp formatted as per RFC 3339
-
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
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-