Class 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.Object
    RentalFeesDTO
    • 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
    • Constructor Detail

      • RentalFeesDTO

        public RentalFeesDTO()
    • 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:
        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