Class DescribeCloudBaseRunConfForGateWayRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.DescribeCloudBaseRunConfForGateWayRequest
-
public class DescribeCloudBaseRunConfForGateWayRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCloudBaseRunConfForGateWayRequest()DescribeCloudBaseRunConfForGateWayRequest(DescribeCloudBaseRunConfForGateWayRequest 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 StringgetEnvID()Get 环境IDStringgetVpcID()Get vpc信息voidsetEnvID(String EnvID)Set 环境IDvoidsetVpcID(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
-
DescribeCloudBaseRunConfForGateWayRequest
public DescribeCloudBaseRunConfForGateWayRequest()
-
DescribeCloudBaseRunConfForGateWayRequest
public DescribeCloudBaseRunConfForGateWayRequest(DescribeCloudBaseRunConfForGateWayRequest 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
-
getEnvID
public String getEnvID()
Get 环境ID- Returns:
- EnvID 环境ID
-
setEnvID
public void setEnvID(String EnvID)
Set 环境ID- Parameters:
EnvID- 环境ID
-
getVpcID
public String getVpcID()
Get vpc信息- Returns:
- VpcID vpc信息
-
setVpcID
public void setVpcID(String VpcID)
Set vpc信息- Parameters:
VpcID- vpc信息
-
-