public class ModifyZoneRequest extends AbstractModel
Constructor and Description |
---|
ModifyZoneRequest() |
ModifyZoneRequest(ModifyZoneRequest 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 Site ID, which is used to identify the site.
|
String |
getType()
Get Specifies how the site is connected to EdgeOne.
|
VanityNameServers |
getVanityNameServers()
Get Custom site information
|
void |
setId(String Id)
Set Site ID, which is used to identify the site.
|
void |
setType(String Type)
Set Specifies how the site is connected to EdgeOne.
|
void |
setVanityNameServers(VanityNameServers VanityNameServers)
Set Custom site information
|
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 ModifyZoneRequest()
public ModifyZoneRequest(ModifyZoneRequest source)
public String getId()
public void setId(String Id)
Id
- Site ID, which is used to identify the site.public String getType()
public void setType(String Type)
Type
- Specifies how the site is connected to EdgeOne.
- `full`: Connect via the name server.
- `partial`: Connect via the CNAME.public VanityNameServers getVanityNameServers()
public void setVanityNameServers(VanityNameServers VanityNameServers)
VanityNameServers
- Custom site informationCopyright © 2023. All rights reserved.