Class VpcInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.VpcInfo
-
public class VpcInfo 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 子网信息StringgetVpcId()Get vpc信息voidsetSubnetId(String SubnetId)Set 子网信息voidsetVpcId(String VpcId)Set vpc信息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
-
VpcInfo
public VpcInfo()
-
VpcInfo
public VpcInfo(VpcInfo 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信息- Returns:
- VpcId vpc信息
-
setVpcId
public void setVpcId(String VpcId)
Set vpc信息- Parameters:
VpcId- vpc信息
-
getSubnetId
public String getSubnetId()
Get 子网信息- Returns:
- SubnetId 子网信息
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网信息- Parameters:
SubnetId- 子网信息
-
-