public class DescribeLogHistogramRequest extends AbstractModel
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 |
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeLogHistogramRequest()
public DescribeLogHistogramRequest(DescribeLogHistogramRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- ID of the log topic to be queriedpublic 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 Long getInterval()
public void setInterval(Long Interval)
Interval
- Interval in milliseconds. Condition: (To – From) / Interval ≤ 200Copyright © 2023. All rights reserved.