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 You can pass through the `Context` value (validity: 1 hour) returned by the last API to continue to get logs, which can get up to 10,000 raw logs.
|
String |
getTopicId()
Get ID of the log topic to be searched for
|
void |
setContext(String Context)
Set You can pass through the `Context` value (validity: 1 hour) returned by the last API to continue to get logs, which can get up to 10,000 raw logs.
|
void |
setTopicId(String TopicId)
Set ID of the log topic to be searched for
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MultiTopicSearchInformation()
public MultiTopicSearchInformation(MultiTopicSearchInformation source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- ID of the log topic to be searched forpublic String getContext()
public void setContext(String Context)
Context
- You can pass through the `Context` value (validity: 1 hour) returned by the last API to continue to get logs, which can get up to 10,000 raw logs.Copyright © 2024. All rights reserved.