public class MultiTopicSearchInformation extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MultiTopicSearchInformation() | 
| MultiTopicSearchInformation(MultiTopicSearchInformation 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 | getContext()Get 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时 | 
| String | getTopicId()Get 要检索分析的日志主题ID | 
| void | setContext(String Context)Set 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MultiTopicSearchInformation()
public MultiTopicSearchInformation(MultiTopicSearchInformation source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - 要检索分析的日志主题IDpublic String getContext()
public void setContext(String Context)
Context - 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时Copyright © 2025. All rights reserved.