public class PreloadVodObjectCachesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
objectPath
The URL of the file to be prefetched.
|
Long |
ownerId |
String |
securityToken |
| 构造器和说明 |
|---|
PreloadVodObjectCachesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PreloadVodObjectCachesRequest |
build(Map<String,?> map) |
String |
getObjectPath() |
Long |
getOwnerId() |
String |
getSecurityToken() |
PreloadVodObjectCachesRequest |
setObjectPath(String objectPath) |
PreloadVodObjectCachesRequest |
setOwnerId(Long ownerId) |
PreloadVodObjectCachesRequest |
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="OwnerId") public Long ownerId
@NameInMap(value="SecurityToken") public String securityToken
public static PreloadVodObjectCachesRequest build(Map<String,?> map) throws Exception
Exceptionpublic PreloadVodObjectCachesRequest setObjectPath(String objectPath)
public String getObjectPath()
public PreloadVodObjectCachesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public PreloadVodObjectCachesRequest setSecurityToken(String securityToken)
public String getSecurityToken()
Copyright © 2024. All rights reserved.