Package video.api.client.api.models
Class AccountQuota
java.lang.Object
video.api.client.api.models.AccountQuota
- All Implemented Interfaces:
java.io.Serializable
public class AccountQuota
extends java.lang.Object
implements java.io.Serializable
Deprecated
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERIALIZED_NAME_QUOTA_REMAININGstatic java.lang.StringSERIALIZED_NAME_QUOTA_TOTALstatic java.lang.StringSERIALIZED_NAME_QUOTA_USED -
Constructor Summary
Constructors Constructor Description AccountQuota() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.math.BigDecimalgetQuotaRemaining()Deprecatedjava.math.BigDecimalgetQuotaTotal()Deprecatedjava.math.BigDecimalgetQuotaUsed()DeprecatedinthashCode()AccountQuotaquotaRemaining(java.math.BigDecimal quotaRemaining)AccountQuotaquotaTotal(java.math.BigDecimal quotaTotal)AccountQuotaquotaUsed(java.math.BigDecimal quotaUsed)voidsetQuotaRemaining(java.math.BigDecimal quotaRemaining)voidsetQuotaTotal(java.math.BigDecimal quotaTotal)voidsetQuotaUsed(java.math.BigDecimal quotaUsed)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SERIALIZED_NAME_QUOTA_USED
public static final java.lang.String SERIALIZED_NAME_QUOTA_USED- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUOTA_REMAINING
public static final java.lang.String SERIALIZED_NAME_QUOTA_REMAINING- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUOTA_TOTAL
public static final java.lang.String SERIALIZED_NAME_QUOTA_TOTAL- See Also:
- Constant Field Values
-
-
Constructor Details
-
AccountQuota
public AccountQuota()
-
-
Method Details
-
quotaUsed
-
getQuotaUsed
@Nullable public java.math.BigDecimal getQuotaUsed()Deprecated- Returns:
- quotaUsed
-
setQuotaUsed
public void setQuotaUsed(java.math.BigDecimal quotaUsed) -
quotaRemaining
-
getQuotaRemaining
@Nullable public java.math.BigDecimal getQuotaRemaining()Deprecated- Returns:
- quotaRemaining
-
setQuotaRemaining
public void setQuotaRemaining(java.math.BigDecimal quotaRemaining) -
quotaTotal
-
getQuotaTotal
@Nullable public java.math.BigDecimal getQuotaTotal()Deprecated- Returns:
- quotaTotal
-
setQuotaTotal
public void setQuotaTotal(java.math.BigDecimal quotaTotal) -
equals
public boolean equals(java.lang.Object 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
-