public class PrePaidQuota extends AbstractModel
header, skipSign
Constructor and Description |
---|
PrePaidQuota() |
PrePaidQuota(PrePaidQuota source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getOnceQuota()
Get 单次购买最大数量
|
Long |
getRemainingQuota()
Get 剩余配额
|
Long |
getTotalQuota()
Get 总配额
|
Long |
getUsedQuota()
Get 当月已使用配额
|
String |
getZone()
Get 可用区
|
void |
setOnceQuota(Long OnceQuota)
Set 单次购买最大数量
|
void |
setRemainingQuota(Long RemainingQuota)
Set 剩余配额
|
void |
setTotalQuota(Long TotalQuota)
Set 总配额
|
void |
setUsedQuota(Long UsedQuota)
Set 当月已使用配额
|
void |
setZone(String Zone)
Set 可用区
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PrePaidQuota()
public PrePaidQuota(PrePaidQuota source)
public Long getUsedQuota()
public void setUsedQuota(Long UsedQuota)
UsedQuota
- 当月已使用配额public Long getOnceQuota()
public void setOnceQuota(Long OnceQuota)
OnceQuota
- 单次购买最大数量public Long getRemainingQuota()
public void setRemainingQuota(Long RemainingQuota)
RemainingQuota
- 剩余配额public Long getTotalQuota()
public void setTotalQuota(Long TotalQuota)
TotalQuota
- 总配额public String getZone()
public void setZone(String Zone)
Zone
- 可用区Copyright © 2024. All rights reserved.