| Package | Description |
|---|---|
| com.tencentcloudapi.vod.v20180717.models |
| Modifier and Type | Method and Description |
|---|---|
TimeRange |
DescribeTasksRequest.getCreateTime()
Get Filter: task creation time.
|
TimeRange |
DescribeRoundPlaysRequest.getCreateTime()
Get Filter criteria: playlist creation time.
|
TimeRange |
SearchMediaRequest.getCreateTime()
Get Matches files created within the time period.
|
TimeRange |
SearchMediaRequest.getExpireTime()
Get Files whose expiration time points are within the specified time range will be returned.
|
TimeRange |
DescribeTasksRequest.getFinishTime()
Get Filter: task end time.
|
TimeRange |
DescribeRoundPlaysRequest.getUpdateTime()
Get Filter criteria: playlist update time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTasksRequest.setCreateTime(TimeRange CreateTime)
Set Filter: task creation time.
|
void |
DescribeRoundPlaysRequest.setCreateTime(TimeRange CreateTime)
Set Filter criteria: playlist creation time.
|
void |
SearchMediaRequest.setCreateTime(TimeRange CreateTime)
Set Matches files created within the time period.
|
void |
SearchMediaRequest.setExpireTime(TimeRange ExpireTime)
Set Files whose expiration time points are within the specified time range will be returned.
|
void |
DescribeTasksRequest.setFinishTime(TimeRange FinishTime)
Set Filter: task end time.
|
void |
DescribeRoundPlaysRequest.setUpdateTime(TimeRange UpdateTime)
Set Filter criteria: playlist update time.
|
| Constructor and Description |
|---|
TimeRange(TimeRange 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 © 2025. All rights reserved.