public class VanityNameServers extends AbstractModel
Constructor and Description |
---|
VanityNameServers() |
VanityNameServers(VanityNameServers 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[] |
getServers()
Get 自定义 ns 列表。
|
String |
getSwitch()
Get 自定义 ns 开关,取值有:
on:开启;
off:关闭。
|
void |
setServers(String[] Servers)
Set 自定义 ns 列表。
|
void |
setSwitch(String Switch)
Set 自定义 ns 开关,取值有:
on:开启;
off:关闭。
|
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 VanityNameServers()
public VanityNameServers(VanityNameServers source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 自定义 ns 开关,取值有:
public String[] getServers()
public void setServers(String[] Servers)
Servers
- 自定义 ns 列表。Copyright © 2022. All rights reserved.