Package unit.java.sdk.model
Class WalletLimitsAllOfAttributesWire
- java.lang.Object
-
- unit.java.sdk.model.WalletLimitsAllOfAttributesWire
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class WalletLimitsAllOfAttributesWire extends java.lang.ObjectWalletLimitsAllOfAttributesWire
-
-
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_MONTLY
-
Constructor Summary
Constructors Constructor Description WalletLimitsAllOfAttributesWire()
-
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_MONTLY
public static final java.lang.String JSON_PROPERTY_TOTALS_MONTLY
- See Also:
- Constant Field Values
-
-
Method Detail
-
limits
public WalletLimitsAllOfAttributesWire limits(WalletLimitsAllOfAttributesWireLimits limits)
-
getLimits
@Nonnull public WalletLimitsAllOfAttributesWireLimits getLimits()
Get limits- Returns:
- limits
-
setLimits
public void setLimits(WalletLimitsAllOfAttributesWireLimits limits)
-
totalsDaily
public WalletLimitsAllOfAttributesWire totalsDaily(WalletLimitsAllOfAttributesWireTotalsDaily totalsDaily)
-
getTotalsDaily
@Nonnull public WalletLimitsAllOfAttributesWireTotalsDaily getTotalsDaily()
Get totalsDaily- Returns:
- totalsDaily
-
setTotalsDaily
public void setTotalsDaily(WalletLimitsAllOfAttributesWireTotalsDaily totalsDaily)
-
totalsMontly
public WalletLimitsAllOfAttributesWire totalsMontly(WalletLimitsAllOfAttributesWireTotalsDaily totalsMontly)
-
getTotalsMontly
@Nonnull public WalletLimitsAllOfAttributesWireTotalsDaily getTotalsMontly()
Get totalsMontly- Returns:
- totalsMontly
-
setTotalsMontly
public void setTotalsMontly(WalletLimitsAllOfAttributesWireTotalsDaily totalsMontly)
-
equals
public boolean equals(java.lang.Object o)
Return true if this WalletLimits_allOf_attributes_wire 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
-
-