public class RefreshVodObjectCachesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
objectPath
The URL of the file to be prefetched.
|
String |
objectType
The type of the object that you want to refresh.
|
Long |
ownerId |
String |
securityToken |
| 构造器和说明 |
|---|
RefreshVodObjectCachesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RefreshVodObjectCachesRequest |
build(Map<String,?> map) |
String |
getObjectPath() |
String |
getObjectType() |
Long |
getOwnerId() |
String |
getSecurityToken() |
RefreshVodObjectCachesRequest |
setObjectPath(String objectPath) |
RefreshVodObjectCachesRequest |
setObjectType(String objectType) |
RefreshVodObjectCachesRequest |
setOwnerId(Long ownerId) |
RefreshVodObjectCachesRequest |
setSecurityToken(String securityToken) |
@NameInMap(value="ObjectPath") public String objectPath
The URL of the file to be prefetched. Separate multiple URLs with line breaks (\n or \r\n).
@NameInMap(value="ObjectType") public String objectType
The type of the object that you want to refresh. Valid values:
* **File** (default): refreshes files.
* **Directory**: refreshes the files in specified directories.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="SecurityToken") public String securityToken
public static RefreshVodObjectCachesRequest build(Map<String,?> map) throws Exception
Exceptionpublic RefreshVodObjectCachesRequest setObjectPath(String objectPath)
public String getObjectPath()
public RefreshVodObjectCachesRequest setObjectType(String objectType)
public String getObjectType()
public RefreshVodObjectCachesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public RefreshVodObjectCachesRequest setSecurityToken(String securityToken)
public String getSecurityToken()
Copyright © 2024. All rights reserved.