public class BatchSetVodDomainConfigsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domainNames
The domain name for CDN.
|
String |
functions
The features to configure.
|
String |
ownerAccount |
Long |
ownerId |
String |
securityToken |
| 构造器和说明 |
|---|
BatchSetVodDomainConfigsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchSetVodDomainConfigsRequest |
build(Map<String,?> map) |
String |
getDomainNames() |
String |
getFunctions() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getSecurityToken() |
BatchSetVodDomainConfigsRequest |
setDomainNames(String domainNames) |
BatchSetVodDomainConfigsRequest |
setFunctions(String functions) |
BatchSetVodDomainConfigsRequest |
setOwnerAccount(String ownerAccount) |
BatchSetVodDomainConfigsRequest |
setOwnerId(Long ownerId) |
BatchSetVodDomainConfigsRequest |
setSecurityToken(String securityToken) |
@NameInMap(value="DomainNames") public String domainNames
The domain name for CDN. Separate multiple domain names with commas (,).
@NameInMap(value="Functions") public String functions
The features to configure.
* Set this parameter in the following format: `[{"functionArgs":[{"argName":"domain_name","argValue":"www.example.com"}],"functionName":"set_req_host_header"}]`.
* Specific features, such as filetype_based_ttl_set, support more than one configuration record. To update one of the configuration records, use the configId field to specify the record. `[{"functionArgs":[{"argName":"file_type","argValue":"jpg"},{"argName":"ttl","argValue":"18"},{"argName":"weight","argValue":"30"}],"functionName":"filetype_based_ttl_set","configId":5068995}]`
* For more information, see the **Feature description** section.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="SecurityToken") public String securityToken
public static BatchSetVodDomainConfigsRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchSetVodDomainConfigsRequest setDomainNames(String domainNames)
public String getDomainNames()
public BatchSetVodDomainConfigsRequest setFunctions(String functions)
public String getFunctions()
public BatchSetVodDomainConfigsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public BatchSetVodDomainConfigsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public BatchSetVodDomainConfigsRequest setSecurityToken(String securityToken)
public String getSecurityToken()
Copyright © 2024. All rights reserved.