public class ModifyCDNDomainConfigRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyCDNDomainConfigRequest() |
ModifyCDNDomainConfigRequest(ModifyCDNDomainConfigRequest 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 |
---|---|
CDNDomainConfigForUpdate |
getConfig()
Get Domain configuration.
|
String |
getDomain()
Get Domain.
|
Long |
getSubAppId()
Get VOD[Subapplication](/document/product/266/14574) ID。If you want to access resources in a Subapplication, fill this field with the Subapplication ID; otherwise, you don't need to fill in this field.
|
void |
setConfig(CDNDomainConfigForUpdate Config)
Set Domain configuration.
|
void |
setDomain(String Domain)
Set Domain.
|
void |
setSubAppId(Long SubAppId)
Set VOD[Subapplication](/document/product/266/14574) ID。If you want to access resources in a Subapplication, fill this field with the Subapplication ID; otherwise, you don't need to fill in this field.
|
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 ModifyCDNDomainConfigRequest()
public ModifyCDNDomainConfigRequest(ModifyCDNDomainConfigRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain.public CDNDomainConfigForUpdate getConfig()
public void setConfig(CDNDomainConfigForUpdate Config)
Config
- Domain configuration.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- VOD[Subapplication](/document/product/266/14574) ID。If you want to access resources in a Subapplication, fill this field with the Subapplication ID; otherwise, you don't need to fill in this field.Copyright © 2023. All rights reserved.