Class VanityNameServers
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.VanityNameServers
-
public class VanityNameServers extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getServers()Get 自定义 ns 列表。StringgetSwitch()Get 自定义 ns 开关,取值有: on:开启; off:关闭。voidsetServers(String[] Servers)Set 自定义 ns 列表。voidsetSwitch(String Switch)Set 自定义 ns 开关,取值有: on:开启; off:关闭。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VanityNameServers
public VanityNameServers()
-
VanityNameServers
public 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.
-
-
Method Detail
-
getSwitch
public String getSwitch()
Get 自定义 ns 开关,取值有:- on:开启;
- off:关闭。
- Returns:
- Switch 自定义 ns 开关,取值有:
- on:开启;
- off:关闭。
-
setSwitch
public void setSwitch(String Switch)
Set 自定义 ns 开关,取值有:- on:开启;
- off:关闭。
- Parameters:
Switch- 自定义 ns 开关,取值有:- on:开启;
- off:关闭。
-
getServers
public String[] getServers()
Get 自定义 ns 列表。- Returns:
- Servers 自定义 ns 列表。
-
setServers
public void setServers(String[] Servers)
Set 自定义 ns 列表。- Parameters:
Servers- 自定义 ns 列表。
-
-