Class CallStatItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apcas.v20201127.models.CallStatItem
-
public class CallStatItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CallStatItem()CallStatItem(CallStatItem 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 LonggetAmount()Get 当前时间段的调用量StringgetDate()Get 当前统计量的时间段voidsetAmount(Long Amount)Set 当前时间段的调用量voidsetDate(String Date)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
-
CallStatItem
public CallStatItem()
-
CallStatItem
public CallStatItem(CallStatItem 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
-
getDate
public String getDate()
Get 当前统计量的时间段- Returns:
- Date 当前统计量的时间段
-
setDate
public void setDate(String Date)
Set 当前统计量的时间段- Parameters:
Date- 当前统计量的时间段
-
getAmount
public Long getAmount()
Get 当前时间段的调用量- Returns:
- Amount 当前时间段的调用量
-
setAmount
public void setAmount(Long Amount)
Set 当前时间段的调用量- Parameters:
Amount- 当前时间段的调用量
-
-