public class CreateVodDomainRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateVodDomainRequest()  | 
CreateVodDomainRequest(CreateVodDomainRequest 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 | 
getAccelerateArea()
Get Region to enable acceleration. 
 | 
String | 
getDomain()
Get Domain name to add to VOD. 
 | 
Long | 
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. 
 | 
String | 
getType()
Get Domain type. 
 | 
void | 
setAccelerateArea(String AccelerateArea)
Set Region to enable acceleration. 
 | 
void | 
setDomain(String Domain)
Set Domain name to add to VOD. 
 | 
void | 
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. 
 | 
void | 
setType(String Type)
Set Domain type. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateVodDomainRequest()
public CreateVodDomainRequest(CreateVodDomainRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Domain name to add to VOD. Note: a wildcard domain name is not supported.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String getAccelerateArea()
public void setAccelerateArea(String AccelerateArea)
AccelerateArea - Region to enable acceleration. Valid values:
public String getType()
public void setType(String Type)
Type - Domain type. Valid values:
Copyright © 2025. All rights reserved.