public class SmsFreeQuota extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SmsFreeQuota() | 
| SmsFreeQuota(SmsFreeQuota 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 | 
|---|---|
| String | getCycleEnd()Get 免费周期终点,0000-00-00 00:00:00 形式 | 
| String | getCycleStart()Get 免费周期起点,0000-00-00 00:00:00 形式 | 
| Long | getFreeQuota()Get 免费量总条数 | 
| Long | getTodayUsedQuota()Get 今天已使用总条数 | 
| Long | getTotalUsedQuota()Get 共计已使用总条数 | 
| void | setCycleEnd(String CycleEnd)Set 免费周期终点,0000-00-00 00:00:00 形式 | 
| void | setCycleStart(String CycleStart)Set 免费周期起点,0000-00-00 00:00:00 形式 | 
| void | setFreeQuota(Long FreeQuota)Set 免费量总条数 | 
| void | setTodayUsedQuota(Long TodayUsedQuota)Set 今天已使用总条数 | 
| void | setTotalUsedQuota(Long TotalUsedQuota)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, toJsonStringpublic SmsFreeQuota()
public SmsFreeQuota(SmsFreeQuota source)
public Long getFreeQuota()
public void setFreeQuota(Long FreeQuota)
FreeQuota - 免费量总条数public Long getTotalUsedQuota()
public void setTotalUsedQuota(Long TotalUsedQuota)
TotalUsedQuota - 共计已使用总条数public String getCycleStart()
public void setCycleStart(String CycleStart)
CycleStart - 免费周期起点,0000-00-00 00:00:00 形式public String getCycleEnd()
public void setCycleEnd(String CycleEnd)
CycleEnd - 免费周期终点,0000-00-00 00:00:00 形式public Long getTodayUsedQuota()
public void setTodayUsedQuota(Long TodayUsedQuota)
TodayUsedQuota - 今天已使用总条数Copyright © 2025. All rights reserved.