Uses of Class
com.tencentcloudapi.ump.v20200918.models.SearchResult
-
Packages that use SearchResult Package Description com.tencentcloudapi.ump.v20200918.models -
-
Uses of SearchResult in com.tencentcloudapi.ump.v20200918.models
Methods in com.tencentcloudapi.ump.v20200918.models that return SearchResult Modifier and Type Method Description SearchResult[]SearchImageResponse. getResults()Get 搜索结果列表Methods in com.tencentcloudapi.ump.v20200918.models with parameters of type SearchResult Modifier and Type Method Description voidSearchImageResponse. setResults(SearchResult[] Results)Set 搜索结果列表Constructors in com.tencentcloudapi.ump.v20200918.models with parameters of type SearchResult Constructor Description SearchResult(SearchResult 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.
-