Class RentalFeesDTO
- java.lang.Object
-
- io.nem.symbol.sdk.openapi.jersey2.model.RentalFeesDTO
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-05-15T14:38:14.328808-03:00[America/Argentina/Buenos_Aires]") public class RentalFeesDTO extends java.lang.ObjectRentalFeesDTO
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_EFFECTIVE_CHILD_NAMESPACE_RENTAL_FEEstatic java.lang.StringJSON_PROPERTY_EFFECTIVE_MOSAIC_RENTAL_FEEstatic java.lang.StringJSON_PROPERTY_EFFECTIVE_ROOT_NAMESPACE_RENTAL_FEE_PER_BLOCK
-
Constructor Summary
Constructors Constructor Description RentalFeesDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RentalFeesDTOeffectiveChildNamespaceRentalFee(java.math.BigInteger effectiveChildNamespaceRentalFee)RentalFeesDTOeffectiveMosaicRentalFee(java.math.BigInteger effectiveMosaicRentalFee)RentalFeesDTOeffectiveRootNamespaceRentalFeePerBlock(java.math.BigInteger effectiveRootNamespaceRentalFeePerBlock)booleanequals(java.lang.Object o)java.math.BigIntegergetEffectiveChildNamespaceRentalFee()Absolute amount.java.math.BigIntegergetEffectiveMosaicRentalFee()Absolute amount.java.math.BigIntegergetEffectiveRootNamespaceRentalFeePerBlock()Absolute amount.inthashCode()voidsetEffectiveChildNamespaceRentalFee(java.math.BigInteger effectiveChildNamespaceRentalFee)voidsetEffectiveMosaicRentalFee(java.math.BigInteger effectiveMosaicRentalFee)voidsetEffectiveRootNamespaceRentalFeePerBlock(java.math.BigInteger effectiveRootNamespaceRentalFeePerBlock)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_EFFECTIVE_ROOT_NAMESPACE_RENTAL_FEE_PER_BLOCK
public static final java.lang.String JSON_PROPERTY_EFFECTIVE_ROOT_NAMESPACE_RENTAL_FEE_PER_BLOCK
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EFFECTIVE_CHILD_NAMESPACE_RENTAL_FEE
public static final java.lang.String JSON_PROPERTY_EFFECTIVE_CHILD_NAMESPACE_RENTAL_FEE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EFFECTIVE_MOSAIC_RENTAL_FEE
public static final java.lang.String JSON_PROPERTY_EFFECTIVE_MOSAIC_RENTAL_FEE
- See Also:
- Constant Field Values
-
-
Method Detail
-
effectiveRootNamespaceRentalFeePerBlock
public RentalFeesDTO effectiveRootNamespaceRentalFeePerBlock(java.math.BigInteger effectiveRootNamespaceRentalFeePerBlock)
-
getEffectiveRootNamespaceRentalFeePerBlock
public java.math.BigInteger getEffectiveRootNamespaceRentalFeePerBlock()
Absolute amount. An amount of 123456789 (absolute) for a mosaic with divisibility 6 means 123.456789 (relative).- Returns:
- effectiveRootNamespaceRentalFeePerBlock
-
setEffectiveRootNamespaceRentalFeePerBlock
public void setEffectiveRootNamespaceRentalFeePerBlock(java.math.BigInteger effectiveRootNamespaceRentalFeePerBlock)
-
effectiveChildNamespaceRentalFee
public RentalFeesDTO effectiveChildNamespaceRentalFee(java.math.BigInteger effectiveChildNamespaceRentalFee)
-
getEffectiveChildNamespaceRentalFee
public java.math.BigInteger getEffectiveChildNamespaceRentalFee()
Absolute amount. An amount of 123456789 (absolute) for a mosaic with divisibility 6 means 123.456789 (relative).- Returns:
- effectiveChildNamespaceRentalFee
-
setEffectiveChildNamespaceRentalFee
public void setEffectiveChildNamespaceRentalFee(java.math.BigInteger effectiveChildNamespaceRentalFee)
-
effectiveMosaicRentalFee
public RentalFeesDTO effectiveMosaicRentalFee(java.math.BigInteger effectiveMosaicRentalFee)
-
getEffectiveMosaicRentalFee
public java.math.BigInteger getEffectiveMosaicRentalFee()
Absolute amount. An amount of 123456789 (absolute) for a mosaic with divisibility 6 means 123.456789 (relative).- Returns:
- effectiveMosaicRentalFee
-
setEffectiveMosaicRentalFee
public void setEffectiveMosaicRentalFee(java.math.BigInteger effectiveMosaicRentalFee)
-
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
-
-