Class DnsVpcSwitch
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DnsVpcSwitch
-
public class DnsVpcSwitch extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DnsVpcSwitch()DnsVpcSwitch(DnsVpcSwitch 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 LonggetStatus()Get 0:设置为关闭 1:设置为打开StringgetVpcId()Get vpc idvoidsetStatus(Long Status)Set 0:设置为关闭 1:设置为打开voidsetVpcId(String VpcId)Set vpc idvoidtoMap(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
-
DnsVpcSwitch
public DnsVpcSwitch()
-
DnsVpcSwitch
public DnsVpcSwitch(DnsVpcSwitch 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
-
getVpcId
public String getVpcId()
Get vpc id- Returns:
- VpcId vpc id
-
setVpcId
public void setVpcId(String VpcId)
Set vpc id- Parameters:
VpcId- vpc id
-
getStatus
public Long getStatus()
Get 0:设置为关闭 1:设置为打开- Returns:
- Status 0:设置为关闭 1:设置为打开
-
setStatus
public void setStatus(Long Status)
Set 0:设置为关闭 1:设置为打开- Parameters:
Status- 0:设置为关闭 1:设置为打开
-
-