Package unit.java.sdk.model
Class DepositLimitsAllOfAttributesAch
- java.lang.Object
-
- unit.java.sdk.model.DepositLimitsAllOfAttributesAch
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class DepositLimitsAllOfAttributesAch extends java.lang.ObjectDepositLimitsAllOfAttributesAch
-
-
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 DepositLimitsAllOfAttributesAch()
-
Method Summary
-
-
-
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 DepositLimitsAllOfAttributesAch limits(DepositLimitsAllOfAttributesAchLimits limits)
-
getLimits
@Nonnull public DepositLimitsAllOfAttributesAchLimits getLimits()
Get limits- Returns:
- limits
-
setLimits
public void setLimits(DepositLimitsAllOfAttributesAchLimits limits)
-
totalsDaily
public DepositLimitsAllOfAttributesAch totalsDaily(DepositLimitsAllOfAttributesAchTotalsDaily totalsDaily)
-
getTotalsDaily
@Nonnull public DepositLimitsAllOfAttributesAchTotalsDaily getTotalsDaily()
Get totalsDaily- Returns:
- totalsDaily
-
setTotalsDaily
public void setTotalsDaily(DepositLimitsAllOfAttributesAchTotalsDaily totalsDaily)
-
totalsMonthly
public DepositLimitsAllOfAttributesAch totalsMonthly(DepositLimitsAllOfAttributesAchTotalsDaily totalsMonthly)
-
getTotalsMonthly
@Nonnull public DepositLimitsAllOfAttributesAchTotalsDaily getTotalsMonthly()
Get totalsMonthly- Returns:
- totalsMonthly
-
setTotalsMonthly
public void setTotalsMonthly(DepositLimitsAllOfAttributesAchTotalsDaily totalsMonthly)
-
equals
public boolean equals(java.lang.Object o)
Return true if this DepositLimits_allOf_attributes_ach 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
-
-