Class HeightInfoDTO


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-01-01T18:24:35.261876111-03:00[America/Argentina/Buenos_Aires]")
    public class HeightInfoDTO
    extends java.lang.Object
    HeightInfoDTO
    • 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

      • SERIALIZED_NAME_HEIGHT

        public static final java.lang.String SERIALIZED_NAME_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