Uses of Class
com.tencentcloudapi.cls.v20201016.models.SearchLogTopics
-
Packages that use SearchLogTopics Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of SearchLogTopics in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return SearchLogTopics Modifier and Type Method Description SearchLogTopicsSearchLogResponse. getTopics()Get 使用多日志主题检索时,各个日志主题的基本信息,例如报错信息。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type SearchLogTopics Modifier and Type Method Description voidSearchLogResponse. setTopics(SearchLogTopics Topics)Set 使用多日志主题检索时,各个日志主题的基本信息,例如报错信息。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type SearchLogTopics Constructor Description 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.
-