Class MultiTopicSearchInformation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.MultiTopicSearchInformation
-
public class MultiTopicSearchInformation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()Get 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时StringgetTopicId()Get 要检索分析的日志主题IDvoidsetContext(String Context)Set 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时voidsetTopicId(String TopicId)Set 要检索分析的日志主题IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MultiTopicSearchInformation
public MultiTopicSearchInformation()
-
MultiTopicSearchInformation
public 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.
-
-
Method Detail
-
getTopicId
public String getTopicId()
Get 要检索分析的日志主题ID- Returns:
- TopicId 要检索分析的日志主题ID
-
setTopicId
public void setTopicId(String TopicId)
Set 要检索分析的日志主题ID- Parameters:
TopicId- 要检索分析的日志主题ID
-
getContext
public String getContext()
Get 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时- Returns:
- Context 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时
-
setContext
public void setContext(String Context)
Set 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时- Parameters:
Context- 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时
-
-