Class LogHistogramInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.LogHistogramInfo
-
public class LogHistogramInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LogHistogramInfo()LogHistogramInfo(LogHistogramInfo 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 LonggetCount()Get 日志条数LonggetTimeStamp()Get 时间戳voidsetCount(Long Count)Set 日志条数voidsetTimeStamp(Long TimeStamp)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
-
LogHistogramInfo
public LogHistogramInfo()
-
LogHistogramInfo
public LogHistogramInfo(LogHistogramInfo 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- 日志条数
-
getTimeStamp
public Long getTimeStamp()
Get 时间戳- Returns:
- TimeStamp 时间戳
-
setTimeStamp
public void setTimeStamp(Long TimeStamp)
Set 时间戳- Parameters:
TimeStamp- 时间戳
-
-