Class ActivationPoint


  • public class ActivationPoint
    extends java.lang.Object
    The 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 boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.math.BigInteger getEraId()
      Era ID
      protected java.lang.String getJsonEraId()  
      java.sql.Date getTimeStamp()
      Timestamp formatted as per RFC 3339
      int hashCode()  
      void setEraId​(java.math.BigInteger eraId)
      Era ID
      protected void setJsonEraId​(java.lang.String value)  
      void setTimeStamp​(java.sql.Date timeStamp)
      Timestamp formatted as per RFC 3339
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ActivationPoint

        public ActivationPoint()
    • Method Detail

      • 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:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object