Package io.nem.sdk.openapi.jersey2.model
Class HeightInfoDTO
- java.lang.Object
-
- io.nem.sdk.openapi.jersey2.model.HeightInfoDTO
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-02-02T21:53:44.206008392-03:00[America/Argentina/Buenos_Aires]") public class HeightInfoDTO extends java.lang.ObjectHeightInfoDTO
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_HEIGHT
-
Constructor Summary
Constructors Constructor Description HeightInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.math.BigIntegergetHeight()Height of the blockchain.inthashCode()HeightInfoDTOheight(java.math.BigInteger height)voidsetHeight(java.math.BigInteger height)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_HEIGHT
public static final java.lang.String JSON_PROPERTY_HEIGHT
- See Also:
- Constant Field Values
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-