public class ModifyVodDomainAccelerateConfigRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyVodDomainAccelerateConfigRequest() |
ModifyVodDomainAccelerateConfigRequest(ModifyVodDomainAccelerateConfigRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get Region.
|
String |
getDomain()
Get Domain name for acceleration setting
|
String |
getStatus()
Get Whether to enable or disable domain name acceleration for the selected region.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setArea(String Area)
Set Region.
|
void |
setDomain(String Domain)
Set Domain name for acceleration setting
|
void |
setStatus(String Status)
Set Whether to enable or disable domain name acceleration for the selected region.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyVodDomainAccelerateConfigRequest()
public ModifyVodDomainAccelerateConfigRequest(ModifyVodDomainAccelerateConfigRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain name for acceleration settingpublic String getArea()
public void setArea(String Area)
Area
- Region. Valid values:
public String getStatus()
public void setStatus(String Status)
Status
- Whether to enable or disable domain name acceleration for the selected region. Valid values:
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.Copyright © 2023. All rights reserved.