public class DescribeLogHistogramRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getFrom()
Get 要查询的日志的起始时间,Unix时间戳,单位ms
|
Long |
getInterval()
Get 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
|
String |
getQuery()
Get 查询语句
|
Long |
getSyntaxRule()
Get 检索语法规则,默认值为0。
0:Lucene语法,1:CQL语法。
详细说明参见检索条件语法规则
|
Long |
getTo()
Get 要查询的日志的结束时间,Unix时间戳,单位ms
|
String |
getTopicId()
Get 要查询的日志主题ID
|
void |
setFrom(Long From)
Set 要查询的日志的起始时间,Unix时间戳,单位ms
|
void |
setInterval(Long Interval)
Set 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
|
void |
setQuery(String Query)
Set 查询语句
|
void |
setSyntaxRule(Long SyntaxRule)
Set 检索语法规则,默认值为0。
0:Lucene语法,1:CQL语法。
详细说明参见检索条件语法规则
|
void |
setTo(Long To)
Set 要查询的日志的结束时间,Unix时间戳,单位ms
|
void |
setTopicId(String TopicId)
Set 要查询的日志主题ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeLogHistogramRequest()
public DescribeLogHistogramRequest(DescribeLogHistogramRequest source)
public Long getFrom()
public void setFrom(Long From)
From
- 要查询的日志的起始时间,Unix时间戳,单位mspublic Long getTo()
public void setTo(Long To)
To
- 要查询的日志的结束时间,Unix时间戳,单位mspublic String getQuery()
public void setQuery(String Query)
Query
- 查询语句public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 要查询的日志主题IDpublic Long getInterval()
public void setInterval(Long Interval)
Interval
- 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200public Long getSyntaxRule()
public void setSyntaxRule(Long SyntaxRule)
SyntaxRule
- 检索语法规则,默认值为0。
0:Lucene语法,1:CQL语法。
详细说明参见检索条件语法规则Copyright © 2024. All rights reserved.