Class HistogramInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.HistogramInfo
-
public class HistogramInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description HistogramInfo()HistogramInfo(HistogramInfo 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 LonggetBTime()Get 按 period 取整后的 unix timestamp: 单位毫秒LonggetCount()Get 统计周期内的日志条数voidsetBTime(Long BTime)Set 按 period 取整后的 unix timestamp: 单位毫秒voidsetCount(Long Count)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
-
HistogramInfo
public HistogramInfo()
-
HistogramInfo
public HistogramInfo(HistogramInfo 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
-
getCount
public Long getCount()
Get 统计周期内的日志条数- Returns:
- Count 统计周期内的日志条数
-
setCount
public void setCount(Long Count)
Set 统计周期内的日志条数- Parameters:
Count- 统计周期内的日志条数
-
getBTime
public Long getBTime()
Get 按 period 取整后的 unix timestamp: 单位毫秒- Returns:
- BTime 按 period 取整后的 unix timestamp: 单位毫秒
-
setBTime
public void setBTime(Long BTime)
Set 按 period 取整后的 unix timestamp: 单位毫秒- Parameters:
BTime- 按 period 取整后的 unix timestamp: 单位毫秒
-
-