public class DescribeAlarmSmsQuotaQuota extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAlarmSmsQuotaQuota() |
DescribeAlarmSmsQuotaQuota(DescribeAlarmSmsQuotaQuota 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 |
getFreeLeft()
Get 免费配额剩余量
|
String |
getName()
Get 配额名称
|
Long |
getPurchaseLeft()
Get 付费配额剩余量
|
String |
getType()
Get 配额类型
|
Long |
getUsed()
Get 已使用量
|
void |
setFreeLeft(Long FreeLeft)
Set 免费配额剩余量
|
void |
setName(String Name)
Set 配额名称
|
void |
setPurchaseLeft(Long PurchaseLeft)
Set 付费配额剩余量
|
void |
setType(String Type)
Set 配额类型
|
void |
setUsed(Long Used)
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 DescribeAlarmSmsQuotaQuota()
public DescribeAlarmSmsQuotaQuota(DescribeAlarmSmsQuotaQuota source)
public String getType()
public void setType(String Type)
Type
- 配额类型public String getName()
public void setName(String Name)
Name
- 配额名称public Long getFreeLeft()
public void setFreeLeft(Long FreeLeft)
FreeLeft
- 免费配额剩余量public Long getPurchaseLeft()
public void setPurchaseLeft(Long PurchaseLeft)
PurchaseLeft
- 付费配额剩余量public Long getUsed()
public void setUsed(Long Used)
Used
- 已使用量Copyright © 2024. All rights reserved.