Class DescribeAccessHistogramRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.DescribeAccessHistogramRequest
-
public class DescribeAccessHistogramRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAccessHistogramRequest()DescribeAccessHistogramRequest(DescribeAccessHistogramRequest 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 LonggetFrom()Get 要查询的日志的起始时间,Unix时间戳,单位msLonggetInterval()Get 柱状图间隔时间差,单位msStringgetQuery()Get 查询语句,语句长度最大为4096LonggetTo()Get 要查询的日志的结束时间,Unix时间戳,单位msStringgetTopicId()Get 老版本查询的日志主题ID,新版本传空字符串即可voidsetFrom(Long From)Set 要查询的日志的起始时间,Unix时间戳,单位msvoidsetInterval(Long Interval)Set 柱状图间隔时间差,单位msvoidsetQuery(String Query)Set 查询语句,语句长度最大为4096voidsetTo(Long To)Set 要查询的日志的结束时间,Unix时间戳,单位msvoidsetTopicId(String TopicId)Set 老版本查询的日志主题ID,新版本传空字符串即可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
-
DescribeAccessHistogramRequest
public DescribeAccessHistogramRequest()
-
DescribeAccessHistogramRequest
public DescribeAccessHistogramRequest(DescribeAccessHistogramRequest 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
-
getTopicId
public String getTopicId()
Get 老版本查询的日志主题ID,新版本传空字符串即可- Returns:
- TopicId 老版本查询的日志主题ID,新版本传空字符串即可
-
setTopicId
public void setTopicId(String TopicId)
Set 老版本查询的日志主题ID,新版本传空字符串即可- Parameters:
TopicId- 老版本查询的日志主题ID,新版本传空字符串即可
-
getFrom
public Long getFrom()
Get 要查询的日志的起始时间,Unix时间戳,单位ms- Returns:
- From 要查询的日志的起始时间,Unix时间戳,单位ms
-
setFrom
public void setFrom(Long From)
Set 要查询的日志的起始时间,Unix时间戳,单位ms- Parameters:
From- 要查询的日志的起始时间,Unix时间戳,单位ms
-
getTo
public Long getTo()
Get 要查询的日志的结束时间,Unix时间戳,单位ms- Returns:
- To 要查询的日志的结束时间,Unix时间戳,单位ms
-
setTo
public void setTo(Long To)
Set 要查询的日志的结束时间,Unix时间戳,单位ms- Parameters:
To- 要查询的日志的结束时间,Unix时间戳,单位ms
-
getQuery
public String getQuery()
Get 查询语句,语句长度最大为4096- Returns:
- Query 查询语句,语句长度最大为4096
-
setQuery
public void setQuery(String Query)
Set 查询语句,语句长度最大为4096- Parameters:
Query- 查询语句,语句长度最大为4096
-
getInterval
public Long getInterval()
Get 柱状图间隔时间差,单位ms- Returns:
- Interval 柱状图间隔时间差,单位ms
-
setInterval
public void setInterval(Long Interval)
Set 柱状图间隔时间差,单位ms- Parameters:
Interval- 柱状图间隔时间差,单位ms
-
-