Class AddSpecifyPrivateZoneVpcRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.privatedns.v20201028.models.AddSpecifyPrivateZoneVpcRequest
-
public class AddSpecifyPrivateZoneVpcRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AddSpecifyPrivateZoneVpcRequest()
AddSpecifyPrivateZoneVpcRequest(AddSpecifyPrivateZoneVpcRequest 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 AccountVpcInfo[]
getAccountVpcSet()
Get 本次新增关联账户vpc信息VpcInfo[]
getVpcSet()
Get 本次新增的vpc信息String
getZoneId()
Get 私有域idvoid
setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)
Set 本次新增关联账户vpc信息void
setVpcSet(VpcInfo[] VpcSet)
Set 本次新增的vpc信息void
setZoneId(String ZoneId)
Set 私有域idvoid
toMap(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
-
AddSpecifyPrivateZoneVpcRequest
public AddSpecifyPrivateZoneVpcRequest()
-
AddSpecifyPrivateZoneVpcRequest
public AddSpecifyPrivateZoneVpcRequest(AddSpecifyPrivateZoneVpcRequest 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
-
getZoneId
public String getZoneId()
Get 私有域id- Returns:
- ZoneId 私有域id
-
setZoneId
public void setZoneId(String ZoneId)
Set 私有域id- Parameters:
ZoneId
- 私有域id
-
getVpcSet
public VpcInfo[] getVpcSet()
Get 本次新增的vpc信息- Returns:
- VpcSet 本次新增的vpc信息
-
setVpcSet
public void setVpcSet(VpcInfo[] VpcSet)
Set 本次新增的vpc信息- Parameters:
VpcSet
- 本次新增的vpc信息
-
getAccountVpcSet
public AccountVpcInfo[] getAccountVpcSet()
Get 本次新增关联账户vpc信息- Returns:
- AccountVpcSet 本次新增关联账户vpc信息
-
setAccountVpcSet
public void setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)
Set 本次新增关联账户vpc信息- Parameters:
AccountVpcSet
- 本次新增关联账户vpc信息
-
-