| Package | Description |
|---|---|
| com.tencentcloudapi.vod.v20180717.models |
| Modifier and Type | Method and Description |
|---|---|
SortBy |
DescribeTasksRequest.getSort()
Get 排序方式。Sort.Field 可选:
CreateTime 任务创建时间。
FinishTime 任务结束时间。
|
SortBy |
SearchMediaRequest.getSort()
Get 排序方式。
Sort.Field 可选 CreateTime 。
当 Text、 Names 或 Descriptions 不为空时,Sort.Field 字段无效, 搜索结果将以匹配度排序。
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTasksRequest.setSort(SortBy Sort)
Set 排序方式。Sort.Field 可选:
CreateTime 任务创建时间。
FinishTime 任务结束时间。
|
void |
SearchMediaRequest.setSort(SortBy Sort)
Set 排序方式。
Sort.Field 可选 CreateTime 。
当 Text、 Names 或 Descriptions 不为空时,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 © 2023. All rights reserved.