Uses of Class
com.tencentcloudapi.eb.v20210416.models.SearchLogResult
-
Packages that use SearchLogResult Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of SearchLogResult in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return SearchLogResult Modifier and Type Method Description SearchLogResult[]SearchLogResponse. getResults()Get 日志检索结果 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type SearchLogResult Modifier and Type Method Description voidSearchLogResponse. setResults(SearchLogResult[] Results)Set 日志检索结果 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type SearchLogResult Constructor Description SearchLogResult(SearchLogResult 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.
-