Uses of Class
com.tencentcloudapi.cls.v20201016.models.SearchLogErrors
-
Packages that use SearchLogErrors Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of SearchLogErrors in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return SearchLogErrors Modifier and Type Method Description SearchLogErrors[]SearchLogTopics. getErrors()Get 多日志主题检索对应的错误信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type SearchLogErrors Modifier and Type Method Description voidSearchLogTopics. setErrors(SearchLogErrors[] Errors)Set 多日志主题检索对应的错误信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type SearchLogErrors Constructor Description SearchLogErrors(SearchLogErrors 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.
-