Class DescribeCloudNativeAPIGatewayConfigResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.DescribeCloudNativeAPIGatewayConfigResult
-
public class DescribeCloudNativeAPIGatewayConfigResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCloudNativeAPIGatewayConfigResult()DescribeCloudNativeAPIGatewayConfigResult(DescribeCloudNativeAPIGatewayConfigResult 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 CloudNativeAPIGatewayConfig[]getConfigList()Get 分组网络配置列表。StringgetGatewayId()Get 网关实例ID。StringgetGroupId()Get 分组ID 注意:此字段可能返回 null,表示取不到有效值。StringgetGroupSubnetId()Get 分组子网信息 注意:此字段可能返回 null,表示取不到有效值。StringgetGroupVpcId()Get 分组VPC信息 注意:此字段可能返回 null,表示取不到有效值。voidsetConfigList(CloudNativeAPIGatewayConfig[] ConfigList)Set 分组网络配置列表。voidsetGatewayId(String GatewayId)Set 网关实例ID。voidsetGroupId(String GroupId)Set 分组ID 注意:此字段可能返回 null,表示取不到有效值。voidsetGroupSubnetId(String GroupSubnetId)Set 分组子网信息 注意:此字段可能返回 null,表示取不到有效值。voidsetGroupVpcId(String GroupVpcId)Set 分组VPC信息 注意:此字段可能返回 null,表示取不到有效值。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
-
DescribeCloudNativeAPIGatewayConfigResult
public DescribeCloudNativeAPIGatewayConfigResult()
-
DescribeCloudNativeAPIGatewayConfigResult
public DescribeCloudNativeAPIGatewayConfigResult(DescribeCloudNativeAPIGatewayConfigResult 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
-
getGatewayId
public String getGatewayId()
Get 网关实例ID。- Returns:
- GatewayId 网关实例ID。
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 网关实例ID。- Parameters:
GatewayId- 网关实例ID。
-
getConfigList
public CloudNativeAPIGatewayConfig[] getConfigList()
Get 分组网络配置列表。- Returns:
- ConfigList 分组网络配置列表。
-
setConfigList
public void setConfigList(CloudNativeAPIGatewayConfig[] ConfigList)
Set 分组网络配置列表。- Parameters:
ConfigList- 分组网络配置列表。
-
getGroupSubnetId
public String getGroupSubnetId()
Get 分组子网信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupSubnetId 分组子网信息 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupSubnetId
public void setGroupSubnetId(String GroupSubnetId)
Set 分组子网信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupSubnetId- 分组子网信息 注意:此字段可能返回 null,表示取不到有效值。
-
getGroupVpcId
public String getGroupVpcId()
Get 分组VPC信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupVpcId 分组VPC信息 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupVpcId
public void setGroupVpcId(String GroupVpcId)
Set 分组VPC信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupVpcId- 分组VPC信息 注意:此字段可能返回 null,表示取不到有效值。
-
getGroupId
public String getGroupId()
Get 分组ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupId 分组ID 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupId
public void setGroupId(String GroupId)
Set 分组ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupId- 分组ID 注意:此字段可能返回 null,表示取不到有效值。
-
-