Uses of Class
com.tencentcloudapi.ame.v20190916.models.SortBy
-
Packages that use SortBy Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of SortBy in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return SortBy Modifier and Type Method Description SortByDescribeKTVSingersRequest. getSort()Get 排序方式。默认按照播放数倒序 Sort.Field 可选 PlayCount。SortBySearchKTVMusicsRequest. getSort()Get 排序方式。默认按照匹配度排序 Sort.Field 可选 CreateTime Sort.Order 可选 Desc 当 KeyWord 不为空时,Sort.Field 字段无效, 搜索结果将以匹配度排序。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SortBy Modifier and Type Method Description voidDescribeKTVSingersRequest. setSort(SortBy Sort)Set 排序方式。默认按照播放数倒序 Sort.Field 可选 PlayCount。voidSearchKTVMusicsRequest. setSort(SortBy Sort)Set 排序方式。默认按照匹配度排序 Sort.Field 可选 CreateTime Sort.Order 可选 Desc 当 KeyWord 不为空时,Sort.Field 字段无效, 搜索结果将以匹配度排序。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type SortBy Constructor Description SortBy(SortBy 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.
-