public class CreateAsyncSearchTaskRequest extends AbstractModel
Constructor and Description |
---|
CreateAsyncSearchTaskRequest() |
CreateAsyncSearchTaskRequest(CreateAsyncSearchTaskRequest 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
|
String |
getLogsetId()
Get Logset ID
|
String |
getQuery()
Get Query statement.
|
String |
getSort()
Get Log scan order.
|
Long |
getTo()
Get End time of the log to be queried, which is a Unix timestamp in milliseconds
|
String |
getTopicId()
Get Log topic ID.
|
void |
setFrom(Long From)
Set Start time of the log to be queried, which is a Unix timestamp in milliseconds
|
void |
setLogsetId(String LogsetId)
Set Logset ID
|
void |
setQuery(String Query)
Set Query statement.
|
void |
setSort(String Sort)
Set Log scan order.
|
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 Log topic ID.
|
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 CreateAsyncSearchTaskRequest()
public CreateAsyncSearchTaskRequest(CreateAsyncSearchTaskRequest source)
public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- Logset IDpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Log topic ID. Currently, only log topics whose `StorageType` is `cold` are supported.public String getQuery()
public void setQuery(String Query)
Query
- Query statement. Maximum length: 1024public 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 getSort()
public void setSort(String Sort)
Sort
- Log scan order. Valid values: `asc`: ascending; `desc`: descending. Default value: descCopyright © 2021. All rights reserved.