Package | Description |
---|---|
com.tencentcloudapi.ame.v20190916.models |
Modifier and Type | Method and Description |
---|---|
SortBy |
DescribeKTVSingersRequest.getSort()
Get 排序方式。默认按照播放数倒序
Sort.Field 可选 PlayCount。
|
SortBy |
SearchKTVMusicsRequest.getSort()
Get 排序方式。默认按照匹配度排序
Sort.Field 可选 CreateTime
Sort.Order 可选 Desc
当 KeyWord 不为空时,Sort.Field 字段无效, 搜索结果将以匹配度排序。
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeKTVSingersRequest.setSort(SortBy Sort)
Set 排序方式。默认按照播放数倒序
Sort.Field 可选 PlayCount。
|
void |
SearchKTVMusicsRequest.setSort(SortBy Sort)
Set 排序方式。默认按照匹配度排序
Sort.Field 可选 CreateTime
Sort.Order 可选 Desc
当 KeyWord 不为空时,Sort.Field 字段无效, 搜索结果将以匹配度排序。
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.