Class SmsFreeQuota
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.SmsFreeQuota
-
public class SmsFreeQuota extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCycleEnd()Get 免费周期终点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。StringgetCycleStart()Get 免费周期起点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。LonggetFreeQuota()Get 免费量总条数 注意:此字段可能返回 null,表示取不到有效值。LonggetTodayUsedQuota()Get 今天已使用总条数 注意:此字段可能返回 null,表示取不到有效值。LonggetTotalUsedQuota()Get 共计已使用总条数 注意:此字段可能返回 null,表示取不到有效值。voidsetCycleEnd(String CycleEnd)Set 免费周期终点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。voidsetCycleStart(String CycleStart)Set 免费周期起点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。voidsetFreeQuota(Long FreeQuota)Set 免费量总条数 注意:此字段可能返回 null,表示取不到有效值。voidsetTodayUsedQuota(Long TodayUsedQuota)Set 今天已使用总条数 注意:此字段可能返回 null,表示取不到有效值。voidsetTotalUsedQuota(Long TotalUsedQuota)Set 共计已使用总条数 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SmsFreeQuota
public SmsFreeQuota()
-
SmsFreeQuota
public 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.
-
-
Method Detail
-
getFreeQuota
public Long getFreeQuota()
Get 免费量总条数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FreeQuota 免费量总条数 注意:此字段可能返回 null,表示取不到有效值。
-
setFreeQuota
public void setFreeQuota(Long FreeQuota)
Set 免费量总条数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FreeQuota- 免费量总条数 注意:此字段可能返回 null,表示取不到有效值。
-
getTotalUsedQuota
public Long getTotalUsedQuota()
Get 共计已使用总条数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TotalUsedQuota 共计已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
-
setTotalUsedQuota
public void setTotalUsedQuota(Long TotalUsedQuota)
Set 共计已使用总条数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TotalUsedQuota- 共计已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
-
getCycleStart
public String getCycleStart()
Get 免费周期起点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CycleStart 免费周期起点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
-
setCycleStart
public void setCycleStart(String CycleStart)
Set 免费周期起点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CycleStart- 免费周期起点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
-
getCycleEnd
public String getCycleEnd()
Get 免费周期终点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CycleEnd 免费周期终点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
-
setCycleEnd
public void setCycleEnd(String CycleEnd)
Set 免费周期终点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CycleEnd- 免费周期终点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
-
getTodayUsedQuota
public Long getTodayUsedQuota()
Get 今天已使用总条数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TodayUsedQuota 今天已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
-
setTodayUsedQuota
public void setTodayUsedQuota(Long TodayUsedQuota)
Set 今天已使用总条数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TodayUsedQuota- 今天已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
-
-