public class CreateZoneRequest extends AbstractModel
Constructor and Description |
---|
CreateZoneRequest() |
CreateZoneRequest(CreateZoneRequest 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 |
---|---|
Boolean |
getJumpStart()
Get 是否跳过站点历史解析记录扫描
|
String |
getName()
Get 站点名字
|
String |
getType()
Get 接入方式,默认full
- full NS接入
- partial CNAME接入
|
void |
setJumpStart(Boolean JumpStart)
Set 是否跳过站点历史解析记录扫描
|
void |
setName(String Name)
Set 站点名字
|
void |
setType(String Type)
Set 接入方式,默认full
- full NS接入
- partial CNAME接入
|
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 CreateZoneRequest()
public CreateZoneRequest(CreateZoneRequest source)
public String getName()
public void setName(String Name)
Name
- 站点名字public String getType()
public void setType(String Type)
Type
- 接入方式,默认full
- full NS接入
- partial CNAME接入public Boolean getJumpStart()
public void setJumpStart(Boolean JumpStart)
JumpStart
- 是否跳过站点历史解析记录扫描Copyright © 2022. All rights reserved.