public class Ipv6Access extends AbstractModel
skipSign
Constructor and Description |
---|
Ipv6Access() |
Ipv6Access(Ipv6Access 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 |
getSwitch()
Get 域名开启ipv6访问配置开关,取值有:
on:开启
off:关闭
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSwitch(String Switch)
Set 域名开启ipv6访问配置开关,取值有:
on:开启
off:关闭
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Ipv6Access()
public Ipv6Access(Ipv6Access source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 域名开启ipv6访问配置开关,取值有:
on:开启
off:关闭
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.