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 |
getId()
Get 站点 ID
|
String |
getStatus()
Get CNAME 加速状态
- enabled 开启
- disabled 关闭
|
void |
setId(String Id)
Set 站点 ID
|
void |
setStatus(String Status)
Set CNAME 加速状态
- enabled 开启
- disabled 关闭
|
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 getId()
public void setId(String Id)
Id
- 站点 IDpublic String getStatus()
public void setStatus(String Status)
Status
- CNAME 加速状态
- enabled 开启
- disabled 关闭Copyright © 2022. All rights reserved.