Class HeightInfoDTO


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-05-15T14:38:14.328808-03:00[America/Argentina/Buenos_Aires]")
    public class HeightInfoDTO
    extends java.lang.Object
    HeightInfoDTO
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JSON_PROPERTY_HEIGHT  
    • Constructor Summary

      Constructors 
      Constructor Description
      HeightInfoDTO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.math.BigInteger getHeight()
      Height of the blockchain.
      int hashCode()  
      HeightInfoDTO height​(java.math.BigInteger height)  
      void setHeight​(java.math.BigInteger height)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • JSON_PROPERTY_HEIGHT

        public static final java.lang.String JSON_PROPERTY_HEIGHT
        See Also:
        Constant Field Values
    • Constructor Detail

      • HeightInfoDTO

        public HeightInfoDTO()
    • Method Detail

      • height

        public HeightInfoDTO height​(java.math.BigInteger height)
      • getHeight

        public java.math.BigInteger getHeight()
        Height of the blockchain.
        Returns:
        height
      • setHeight

        public void setHeight​(java.math.BigInteger height)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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