Class GeneralStat
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apcas.v20201127.models.GeneralStat
-
public class GeneralStat extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GeneralStat()GeneralStat(GeneralStat 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 LonggetMonthAmount()Get 本月调用量LonggetTodayAmount()Get 今日调用量LonggetTotalAmount()Get 总调用量LonggetWeekAmount()Get 本周调用量voidsetMonthAmount(Long MonthAmount)Set 本月调用量voidsetTodayAmount(Long TodayAmount)Set 今日调用量voidsetTotalAmount(Long TotalAmount)Set 总调用量voidsetWeekAmount(Long WeekAmount)Set 本周调用量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
-
GeneralStat
public GeneralStat()
-
GeneralStat
public GeneralStat(GeneralStat 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
-
getTodayAmount
public Long getTodayAmount()
Get 今日调用量- Returns:
- TodayAmount 今日调用量
-
setTodayAmount
public void setTodayAmount(Long TodayAmount)
Set 今日调用量- Parameters:
TodayAmount- 今日调用量
-
getWeekAmount
public Long getWeekAmount()
Get 本周调用量- Returns:
- WeekAmount 本周调用量
-
setWeekAmount
public void setWeekAmount(Long WeekAmount)
Set 本周调用量- Parameters:
WeekAmount- 本周调用量
-
getMonthAmount
public Long getMonthAmount()
Get 本月调用量- Returns:
- MonthAmount 本月调用量
-
setMonthAmount
public void setMonthAmount(Long MonthAmount)
Set 本月调用量- Parameters:
MonthAmount- 本月调用量
-
getTotalAmount
public Long getTotalAmount()
Get 总调用量- Returns:
- TotalAmount 总调用量
-
setTotalAmount
public void setTotalAmount(Long TotalAmount)
Set 总调用量- Parameters:
TotalAmount- 总调用量
-
-