Class VpcConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.VpcConfig
-
public class VpcConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubnetId()Get 子网idStringgetVpcId()Get vpc的idvoidsetSubnetId(String SubnetId)Set 子网idvoidsetVpcId(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
-
VpcConfig
public VpcConfig()
-
VpcConfig
public VpcConfig(VpcConfig 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
-
getSubnetId
public String getSubnetId()
Get 子网id- Returns:
- SubnetId 子网id
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网id- Parameters:
SubnetId- 子网id
-
-