public class DescribeVodRefreshTasksRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domainName
The domain name.
|
String |
endTime
The end of the time range to query.
|
String |
objectPath
The path of the object.
|
String |
objectType
The type of the task.
|
Long |
ownerId |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
securityToken |
String |
startTime
The beginning of the time range to query.
|
String |
status
The status of the task.
|
String |
taskId
The ID of the task that you want to query.
|
| 构造器和说明 |
|---|
DescribeVodRefreshTasksRequest() |
@NameInMap(value="DomainName") public String domainName
The domain name.
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
@NameInMap(value="ObjectPath") public String objectPath
The path of the object. The path is used as a condition for exact matching.
@NameInMap(value="ObjectType") public String objectType
The type of the task. Valid values:
* **file**: refreshes one or more files.
* **directory**: refreshes files in the specified directories.
* **preload**: prefetches one or more files.
> If you specify the DomainName or Status parameter, you must also specify the ObjectType parameter.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Default value: **20**. Maximum value: **50**.
@NameInMap(value="SecurityToken") public String securityToken
@NameInMap(value="StartTime") public String startTime
The beginning of the time range to query. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
> You can query data that is collected in the last three days.
@NameInMap(value="Status") public String status
The status of the task. Valid values:
* **Complete**: The task is complete.
* **Refreshing**: The task is in progress.
* **Failed**: The task failed.
@NameInMap(value="TaskId") public String taskId
The ID of the task that you want to query.
public static DescribeVodRefreshTasksRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodRefreshTasksRequest setDomainName(String domainName)
public String getDomainName()
public DescribeVodRefreshTasksRequest setEndTime(String endTime)
public String getEndTime()
public DescribeVodRefreshTasksRequest setObjectPath(String objectPath)
public String getObjectPath()
public DescribeVodRefreshTasksRequest setObjectType(String objectType)
public String getObjectType()
public DescribeVodRefreshTasksRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVodRefreshTasksRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeVodRefreshTasksRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeVodRefreshTasksRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public DescribeVodRefreshTasksRequest setStartTime(String startTime)
public String getStartTime()
public DescribeVodRefreshTasksRequest setStatus(String status)
public String getStatus()
public DescribeVodRefreshTasksRequest setTaskId(String taskId)
public String getTaskId()
Copyright © 2024. All rights reserved.