Package cn.ucloud.vpc.models
Class DescribeNATGWResponse.NatGatewaySubnetSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeNATGWResponse.NatGatewaySubnetSet
-
- Enclosing class:
- DescribeNATGWResponse
public static class DescribeNATGWResponse.NatGatewaySubnetSet extends Response
-
-
Constructor Summary
Constructors Constructor Description NatGatewaySubnetSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubnet()StringgetSubnetName()StringgetSubnetworkId()voidsetSubnet(String subnet)voidsetSubnetName(String subnetName)voidsetSubnetworkId(String subnetworkId)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getSubnetworkId
public String getSubnetworkId()
-
setSubnetworkId
public void setSubnetworkId(String subnetworkId)
-
getSubnet
public String getSubnet()
-
setSubnet
public void setSubnet(String subnet)
-
getSubnetName
public String getSubnetName()
-
setSubnetName
public void setSubnetName(String subnetName)
-
-