public class DescribeAsyncSearchResultRequest extends AbstractModel
Constructor and Description |
---|
DescribeAsyncSearchResultRequest() |
DescribeAsyncSearchResultRequest(DescribeAsyncSearchResultRequest 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 |
---|---|
String |
getAsyncSearchTaskId()
Get Offline search task ID
|
String |
getContext()
Get This field is used to load more logs.
|
Long |
getLimit()
Get Number of logs returned in a single call.
|
String |
getTopicId()
Get Logset ID
|
void |
setAsyncSearchTaskId(String AsyncSearchTaskId)
Set Offline search task ID
|
void |
setContext(String Context)
Set This field is used to load more logs.
|
void |
setLimit(Long Limit)
Set Number of logs returned in a single call.
|
void |
setTopicId(String TopicId)
Set Logset 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 DescribeAsyncSearchResultRequest()
public DescribeAsyncSearchResultRequest(DescribeAsyncSearchResultRequest source)
public String getAsyncSearchTaskId()
public void setAsyncSearchTaskId(String AsyncSearchTaskId)
AsyncSearchTaskId
- Offline search task IDpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Logset IDpublic String getContext()
public void setContext(String Context)
Context
- This field is used to load more logs. Pass through the last `Context` value returned to get more log content.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of logs returned in a single call. Default value: 20. Maximum value: 500Copyright © 2022. All rights reserved.