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 形式
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCycleStart()
Get 免费周期起点,0000-00-00 00:00:00 形式
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFreeQuota()
Get 免费量总条数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTodayUsedQuota()
Get 今天已使用总条数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalUsedQuota()
Get 共计已使用总条数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCycleEnd(String CycleEnd)
Set 免费周期终点,0000-00-00 00:00:00 形式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCycleStart(String CycleStart)
Set 免费周期起点,0000-00-00 00:00:00 形式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFreeQuota(Long FreeQuota)
Set 免费量总条数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTodayUsedQuota(Long TodayUsedQuota)
Set 今天已使用总条数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalUsedQuota(Long TotalUsedQuota)
Set 共计已使用总条数
注意:此字段可能返回 null,表示取不到有效值。
|
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 SmsFreeQuota()
public SmsFreeQuota(SmsFreeQuota source)
public Long getFreeQuota()
public void setFreeQuota(Long FreeQuota)
FreeQuota
- 免费量总条数
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalUsedQuota()
public void setTotalUsedQuota(Long TotalUsedQuota)
TotalUsedQuota
- 共计已使用总条数
注意:此字段可能返回 null,表示取不到有效值。public String getCycleStart()
public void setCycleStart(String CycleStart)
CycleStart
- 免费周期起点,0000-00-00 00:00:00 形式
注意:此字段可能返回 null,表示取不到有效值。public String getCycleEnd()
public void setCycleEnd(String CycleEnd)
CycleEnd
- 免费周期终点,0000-00-00 00:00:00 形式
注意:此字段可能返回 null,表示取不到有效值。public Long getTodayUsedQuota()
public void setTodayUsedQuota(Long TodayUsedQuota)
TodayUsedQuota
- 今天已使用总条数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.