@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-11T21:45:14.408Z[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.lang.String effectiveChildNamespaceRentalFee) |
RentalFeesDTO |
effectiveMosaicRentalFee(java.lang.String effectiveMosaicRentalFee) |
RentalFeesDTO |
effectiveRootNamespaceRentalFeePerBlock(java.lang.String effectiveRootNamespaceRentalFeePerBlock) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEffectiveChildNamespaceRentalFee()
Absolute amount.
|
java.lang.String |
getEffectiveMosaicRentalFee()
Absolute amount.
|
java.lang.String |
getEffectiveRootNamespaceRentalFeePerBlock()
Absolute amount.
|
int |
hashCode() |
void |
setEffectiveChildNamespaceRentalFee(java.lang.String effectiveChildNamespaceRentalFee) |
void |
setEffectiveMosaicRentalFee(java.lang.String effectiveMosaicRentalFee) |
void |
setEffectiveRootNamespaceRentalFeePerBlock(java.lang.String 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.lang.String effectiveRootNamespaceRentalFeePerBlock)
public java.lang.String getEffectiveRootNamespaceRentalFeePerBlock()
public void setEffectiveRootNamespaceRentalFeePerBlock(java.lang.String effectiveRootNamespaceRentalFeePerBlock)
public RentalFeesDTO effectiveChildNamespaceRentalFee(java.lang.String effectiveChildNamespaceRentalFee)
public java.lang.String getEffectiveChildNamespaceRentalFee()
public void setEffectiveChildNamespaceRentalFee(java.lang.String effectiveChildNamespaceRentalFee)
public RentalFeesDTO effectiveMosaicRentalFee(java.lang.String effectiveMosaicRentalFee)
public java.lang.String getEffectiveMosaicRentalFee()
public void setEffectiveMosaicRentalFee(java.lang.String 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