Package unit.java.sdk.model
Class DepositLimitsAllOfAttributesCheckDeposit
- java.lang.Object
-
- unit.java.sdk.model.DepositLimitsAllOfAttributesCheckDeposit
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class DepositLimitsAllOfAttributesCheckDeposit extends java.lang.ObjectDepositLimitsAllOfAttributesCheckDeposit
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_LIMITSstatic java.lang.StringJSON_PROPERTY_TOTALS_DAILYstatic java.lang.StringJSON_PROPERTY_TOTALS_MONTHLY
-
Constructor Summary
Constructors Constructor Description DepositLimitsAllOfAttributesCheckDeposit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Return true if this DepositLimits_allOf_attributes_checkDeposit object is equal to o.DepositLimitsAllOfAttributesCheckDepositLimitsgetLimits()Get limitsjava.math.BigDecimalgetTotalsDaily()Get totalsDailyjava.math.BigDecimalgetTotalsMonthly()Get totalsMonthlyinthashCode()DepositLimitsAllOfAttributesCheckDepositlimits(DepositLimitsAllOfAttributesCheckDepositLimits limits)voidsetLimits(DepositLimitsAllOfAttributesCheckDepositLimits limits)voidsetTotalsDaily(java.math.BigDecimal totalsDaily)voidsetTotalsMonthly(java.math.BigDecimal totalsMonthly)java.lang.StringtoString()DepositLimitsAllOfAttributesCheckDeposittotalsDaily(java.math.BigDecimal totalsDaily)DepositLimitsAllOfAttributesCheckDeposittotalsMonthly(java.math.BigDecimal totalsMonthly)java.lang.StringtoUrlQueryString()Convert the instance into URL query string.java.lang.StringtoUrlQueryString(java.lang.String prefix)Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_LIMITS
public static final java.lang.String JSON_PROPERTY_LIMITS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOTALS_DAILY
public static final java.lang.String JSON_PROPERTY_TOTALS_DAILY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOTALS_MONTHLY
public static final java.lang.String JSON_PROPERTY_TOTALS_MONTHLY
- See Also:
- Constant Field Values
-
-
Method Detail
-
limits
public DepositLimitsAllOfAttributesCheckDeposit limits(DepositLimitsAllOfAttributesCheckDepositLimits limits)
-
getLimits
@Nonnull public DepositLimitsAllOfAttributesCheckDepositLimits getLimits()
Get limits- Returns:
- limits
-
setLimits
public void setLimits(DepositLimitsAllOfAttributesCheckDepositLimits limits)
-
totalsDaily
public DepositLimitsAllOfAttributesCheckDeposit totalsDaily(java.math.BigDecimal totalsDaily)
-
getTotalsDaily
@Nonnull public java.math.BigDecimal getTotalsDaily()
Get totalsDaily- Returns:
- totalsDaily
-
setTotalsDaily
public void setTotalsDaily(java.math.BigDecimal totalsDaily)
-
totalsMonthly
public DepositLimitsAllOfAttributesCheckDeposit totalsMonthly(java.math.BigDecimal totalsMonthly)
-
getTotalsMonthly
@Nonnull public java.math.BigDecimal getTotalsMonthly()
Get totalsMonthly- Returns:
- totalsMonthly
-
setTotalsMonthly
public void setTotalsMonthly(java.math.BigDecimal totalsMonthly)
-
equals
public boolean equals(java.lang.Object o)
Return true if this DepositLimits_allOf_attributes_checkDeposit object is equal to 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
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-