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 Start time of the log to be queried, which is a Unix timestamp in milliseconds 
 | 
Long | 
getInterval()
Get Interval in milliseconds. 
 | 
String | 
getQuery()
Get Query statement 
 | 
Long | 
getSyntaxRule()
Get Search syntax. 
 | 
Long | 
getTo()
Get End time of the log to be queried, which is a Unix timestamp in milliseconds 
 | 
String | 
getTopicId()
Get ID of the log topic to be queried 
 | 
void | 
setFrom(Long From)
Set Start time of the log to be queried, which is a Unix timestamp in milliseconds 
 | 
void | 
setInterval(Long Interval)
Set Interval in milliseconds. 
 | 
void | 
setQuery(String Query)
Set Query statement 
 | 
void | 
setSyntaxRule(Long SyntaxRule)
Set Search syntax. 
 | 
void | 
setTo(Long To)
Set End time of the log to be queried, which is a Unix timestamp in milliseconds 
 | 
void | 
setTopicId(String TopicId)
Set ID of the log topic to be queried 
 | 
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, toJsonStringpublic DescribeLogHistogramRequest()
public DescribeLogHistogramRequest(DescribeLogHistogramRequest source)
public Long getFrom()
public void setFrom(Long From)
From - Start time of the log to be queried, which is a Unix timestamp in millisecondspublic Long getTo()
public void setTo(Long To)
To - End time of the log to be queried, which is a Unix timestamp in millisecondspublic String getQuery()
public void setQuery(String Query)
Query - Query statementpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId - ID of the log topic to be queriedpublic Long getInterval()
public void setInterval(Long Interval)
Interval - Interval in milliseconds. Condition: (To-From) / Interval <= 200public Long getSyntaxRule()
public void setSyntaxRule(Long SyntaxRule)
SyntaxRule - Search syntax. Valid values:
`0` (default): Lucene; `1`: CQL
For more information, see Search Syntax.Copyright © 2025. All rights reserved.