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 异步检索任务ID
|
String |
getContext()
Get 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容
|
Long |
getLimit()
Get 单次调用返回的日志条数,默认为20,最大为500
|
String |
getTopicId()
Get 日志集ID
|
void |
setAsyncSearchTaskId(String AsyncSearchTaskId)
Set 异步检索任务ID
|
void |
setContext(String Context)
Set 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容
|
void |
setLimit(Long Limit)
Set 单次调用返回的日志条数,默认为20,最大为500
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAsyncSearchResultRequest()
public DescribeAsyncSearchResultRequest(DescribeAsyncSearchResultRequest source)
public String getAsyncSearchTaskId()
public void setAsyncSearchTaskId(String AsyncSearchTaskId)
AsyncSearchTaskId
- 异步检索任务IDpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 日志集IDpublic String getContext()
public void setContext(String Context)
Context
- 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容public Long getLimit()
public void setLimit(Long Limit)
Limit
- 单次调用返回的日志条数,默认为20,最大为500Copyright © 2021. All rights reserved.