@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-10-19T21:35:16.459Z[UTC]")
public class RentalFeesDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_EFFECTIVE_CHILD_NAMESPACE_RENTAL_FEE |
static java.lang.String |
JSON_PROPERTY_EFFECTIVE_MOSAIC_RENTAL_FEE |
static java.lang.String |
JSON_PROPERTY_EFFECTIVE_ROOT_NAMESPACE_RENTAL_FEE_PER_BLOCK |
| Constructor and Description |
|---|
RentalFeesDTO() |
| Modifier and Type | Method and Description |
|---|---|
RentalFeesDTO |
effectiveChildNamespaceRentalFee(java.math.BigInteger effectiveChildNamespaceRentalFee) |
RentalFeesDTO |
effectiveMosaicRentalFee(java.math.BigInteger effectiveMosaicRentalFee) |
RentalFeesDTO |
effectiveRootNamespaceRentalFeePerBlock(java.math.BigInteger effectiveRootNamespaceRentalFeePerBlock) |
boolean |
equals(java.lang.Object o) |
java.math.BigInteger |
getEffectiveChildNamespaceRentalFee()
Absolute amount.
|
java.math.BigInteger |
getEffectiveMosaicRentalFee()
Absolute amount.
|
java.math.BigInteger |
getEffectiveRootNamespaceRentalFeePerBlock()
Absolute amount.
|
int |
hashCode() |
void |
setEffectiveChildNamespaceRentalFee(java.math.BigInteger effectiveChildNamespaceRentalFee) |
void |
setEffectiveMosaicRentalFee(java.math.BigInteger effectiveMosaicRentalFee) |
void |
setEffectiveRootNamespaceRentalFeePerBlock(java.math.BigInteger effectiveRootNamespaceRentalFeePerBlock) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_EFFECTIVE_ROOT_NAMESPACE_RENTAL_FEE_PER_BLOCK
public static final java.lang.String JSON_PROPERTY_EFFECTIVE_CHILD_NAMESPACE_RENTAL_FEE
public static final java.lang.String JSON_PROPERTY_EFFECTIVE_MOSAIC_RENTAL_FEE
public RentalFeesDTO effectiveRootNamespaceRentalFeePerBlock(java.math.BigInteger effectiveRootNamespaceRentalFeePerBlock)
public java.math.BigInteger getEffectiveRootNamespaceRentalFeePerBlock()
public void setEffectiveRootNamespaceRentalFeePerBlock(java.math.BigInteger effectiveRootNamespaceRentalFeePerBlock)
public RentalFeesDTO effectiveChildNamespaceRentalFee(java.math.BigInteger effectiveChildNamespaceRentalFee)
public java.math.BigInteger getEffectiveChildNamespaceRentalFee()
public void setEffectiveChildNamespaceRentalFee(java.math.BigInteger effectiveChildNamespaceRentalFee)
public RentalFeesDTO effectiveMosaicRentalFee(java.math.BigInteger effectiveMosaicRentalFee)
public java.math.BigInteger getEffectiveMosaicRentalFee()
public void setEffectiveMosaicRentalFee(java.math.BigInteger effectiveMosaicRentalFee)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object