Class DescribeLogHistogramRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.DescribeLogHistogramRequest
-
public class DescribeLogHistogramRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeLogHistogramRequest()DescribeLogHistogramRequest(DescribeLogHistogramRequest 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 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200StringgetQuery()Get 查询语句LonggetSyntaxRule()Get 检索语法规则,默认值为0。 0:Lucene语法,1:CQL语法。 详细说明参见检索条件语法规则LonggetTo()Get 要查询的日志的结束时间,Unix时间戳,单位msStringgetTopicId()Get 要查询的日志主题IDvoidsetFrom(Long From)Set 要查询的日志的起始时间,Unix时间戳,单位msvoidsetInterval(Long Interval)Set 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200voidsetQuery(String Query)Set 查询语句voidsetSyntaxRule(Long SyntaxRule)Set 检索语法规则,默认值为0。 0:Lucene语法,1:CQL语法。 详细说明参见检索条件语法规则voidsetTo(Long To)Set 要查询的日志的结束时间,Unix时间戳,单位msvoidsetTopicId(String TopicId)Set 要查询的日志主题IDvoidtoMap(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
-
DescribeLogHistogramRequest
public DescribeLogHistogramRequest()
-
DescribeLogHistogramRequest
public DescribeLogHistogramRequest(DescribeLogHistogramRequest 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
-
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 查询语句- Returns:
- Query 查询语句
-
setQuery
public void setQuery(String Query)
Set 查询语句- Parameters:
Query- 查询语句
-
getTopicId
public String getTopicId()
Get 要查询的日志主题ID- Returns:
- TopicId 要查询的日志主题ID
-
setTopicId
public void setTopicId(String TopicId)
Set 要查询的日志主题ID- Parameters:
TopicId- 要查询的日志主题ID
-
getInterval
public Long getInterval()
Get 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200- Returns:
- Interval 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
-
setInterval
public void setInterval(Long Interval)
Set 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200- Parameters:
Interval- 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
-
getSyntaxRule
public Long getSyntaxRule()
Get 检索语法规则,默认值为0。 0:Lucene语法,1:CQL语法。 详细说明参见检索条件语法规则- Returns:
- SyntaxRule 检索语法规则,默认值为0。 0:Lucene语法,1:CQL语法。 详细说明参见检索条件语法规则
-
setSyntaxRule
public void setSyntaxRule(Long SyntaxRule)
Set 检索语法规则,默认值为0。 0:Lucene语法,1:CQL语法。 详细说明参见检索条件语法规则- Parameters:
SyntaxRule- 检索语法规则,默认值为0。 0:Lucene语法,1:CQL语法。 详细说明参见检索条件语法规则
-
-