public class ModifyVodDomainConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyVodDomainConfigRequest()  | 
ModifyVodDomainConfigRequest(ModifyVodDomainConfigRequest 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 | 
getDomain()
Get Domain name 
 | 
DomainQUICConfig | 
getQUICConfig()
Get The QUIC configuration. 
 | 
RefererAuthPolicy | 
getRefererAuthPolicy()
Get [Referer hotlink protection](https://intl.cloud.tencent.com/document/product/266/14046?from_cn_redirect=1) policy 
 | 
Long | 
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. 
 | 
UrlSignatureAuthPolicy | 
getUrlSignatureAuthPolicy()
Get [Key hotlink protection](https://intl.cloud.tencent.com/document/product/266/14047?from_cn_redirect=1) policy 
 | 
void | 
setDomain(String Domain)
Set Domain name 
 | 
void | 
setQUICConfig(DomainQUICConfig QUICConfig)
Set The QUIC configuration. 
 | 
void | 
setRefererAuthPolicy(RefererAuthPolicy RefererAuthPolicy)
Set [Referer hotlink protection](https://intl.cloud.tencent.com/document/product/266/14046?from_cn_redirect=1) policy 
 | 
void | 
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. 
 | 
void | 
setUrlSignatureAuthPolicy(UrlSignatureAuthPolicy UrlSignatureAuthPolicy)
Set [Key hotlink protection](https://intl.cloud.tencent.com/document/product/266/14047?from_cn_redirect=1) policy 
 | 
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 ModifyVodDomainConfigRequest()
public ModifyVodDomainConfigRequest(ModifyVodDomainConfigRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Domain namepublic 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 RefererAuthPolicy getRefererAuthPolicy()
public void setRefererAuthPolicy(RefererAuthPolicy RefererAuthPolicy)
RefererAuthPolicy - [Referer hotlink protection](https://intl.cloud.tencent.com/document/product/266/14046?from_cn_redirect=1) policypublic UrlSignatureAuthPolicy getUrlSignatureAuthPolicy()
public void setUrlSignatureAuthPolicy(UrlSignatureAuthPolicy UrlSignatureAuthPolicy)
UrlSignatureAuthPolicy - [Key hotlink protection](https://intl.cloud.tencent.com/document/product/266/14047?from_cn_redirect=1) policypublic DomainQUICConfig getQUICConfig()
public void setQUICConfig(DomainQUICConfig QUICConfig)
QUICConfig - The QUIC configuration.Copyright © 2025. All rights reserved.