public class SearchLogTopics extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SearchLogTopics() | 
| SearchLogTopics(SearchLogTopics 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 | 
|---|---|
| SearchLogErrors[] | getErrors()Get Error information for multi-log topic searchNote: This field may return null, indicating that no valid values can be obtained. | 
| SearchLogInfos[] | getInfos()Get Information for each log topic in multi-log topic searchNote: This field may return null, indicating that no valid values can be obtained. | 
| void | setErrors(SearchLogErrors[] Errors)Set Error information for multi-log topic searchNote: This field may return null, indicating that no valid values can be obtained. | 
| void | setInfos(SearchLogInfos[] Infos)Set Information for each log topic in multi-log topic searchNote: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic SearchLogTopics()
public SearchLogTopics(SearchLogTopics source)
public SearchLogErrors[] getErrors()
public void setErrors(SearchLogErrors[] Errors)
Errors - Error information for multi-log topic searchNote: This field may return null, indicating that no valid values can be obtained.public SearchLogInfos[] getInfos()
public void setInfos(SearchLogInfos[] Infos)
Infos - Information for each log topic in multi-log topic searchNote: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.