public class ModifyZoneCnameSpeedUpRequest extends AbstractModel
Constructor and Description |
---|
ModifyZoneCnameSpeedUpRequest() |
ModifyZoneCnameSpeedUpRequest(ModifyZoneCnameSpeedUpRequest 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 |
getStatus()
Get CNAME 加速状态,取值有:
enabled:开启;
disabled:关闭。
|
String |
getZoneId()
Get 站点 ID。
|
void |
setStatus(String Status)
Set CNAME 加速状态,取值有:
enabled:开启;
disabled:关闭。
|
void |
setZoneId(String ZoneId)
Set 站点 ID。
|
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 ModifyZoneCnameSpeedUpRequest()
public ModifyZoneCnameSpeedUpRequest(ModifyZoneCnameSpeedUpRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点 ID。public String getStatus()
public void setStatus(String Status)
Status
- CNAME 加速状态,取值有:
Copyright © 2022. All rights reserved.