public class ModifyAccelerationDomainRequest extends AbstractModel
Constructor and Description |
---|
ModifyAccelerationDomainRequest() |
ModifyAccelerationDomainRequest(ModifyAccelerationDomainRequest 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 |
getDomainName()
Get Accelerated domain name
|
OriginInfo |
getOriginInfo()
Get Details of the origin.
|
String |
getZoneId()
Get ID of the site related with the accelerated domain name.
|
void |
setDomainName(String DomainName)
Set Accelerated domain name
|
void |
setOriginInfo(OriginInfo OriginInfo)
Set Details of the origin.
|
void |
setZoneId(String ZoneId)
Set ID of the site related with the accelerated domain name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyAccelerationDomainRequest()
public ModifyAccelerationDomainRequest(ModifyAccelerationDomainRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site related with the accelerated domain name.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Accelerated domain namepublic OriginInfo getOriginInfo()
public void setOriginInfo(OriginInfo OriginInfo)
OriginInfo
- Details of the origin.Copyright © 2023. All rights reserved.