Class SearchLogTopics
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.SearchLogTopics
-
public class SearchLogTopics extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchLogErrors[]getErrors()Get 多日志主题检索对应的错误信息 注意:此字段可能返回 null,表示取不到有效值。SearchLogInfos[]getInfos()Get 多日志主题检索各日志主题信息 注意:此字段可能返回 null,表示取不到有效值。voidsetErrors(SearchLogErrors[] Errors)Set 多日志主题检索对应的错误信息 注意:此字段可能返回 null,表示取不到有效值。voidsetInfos(SearchLogInfos[] Infos)Set 多日志主题检索各日志主题信息 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
SearchLogTopics
public SearchLogTopics()
-
SearchLogTopics
public 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.
-
-
Method Detail
-
getErrors
public SearchLogErrors[] getErrors()
Get 多日志主题检索对应的错误信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Errors 多日志主题检索对应的错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
setErrors
public void setErrors(SearchLogErrors[] Errors)
Set 多日志主题检索对应的错误信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Errors- 多日志主题检索对应的错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
getInfos
public SearchLogInfos[] getInfos()
Get 多日志主题检索各日志主题信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Infos 多日志主题检索各日志主题信息 注意:此字段可能返回 null,表示取不到有效值。
-
setInfos
public void setInfos(SearchLogInfos[] Infos)
Set 多日志主题检索各日志主题信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Infos- 多日志主题检索各日志主题信息 注意:此字段可能返回 null,表示取不到有效值。
-
-