Package cn.ucloud.vpc.models
Class DescribeNATGWResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeNATGWResponse
-
public class DescribeNATGWResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeNATGWResponse.NatGatewayDataSetstatic classDescribeNATGWResponse.NatGatewayIPSetstatic classDescribeNATGWResponse.NatGatewaySubnetSetstatic classDescribeNATGWResponse.NatGWIPResInfo
-
Constructor Summary
Constructors Constructor Description DescribeNATGWResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeNATGWResponse.NatGatewayDataSet>getDataSet()IntegergetTotalCount()voidsetDataSet(List<DescribeNATGWResponse.NatGatewayDataSet> dataSet)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
getDataSet
public List<DescribeNATGWResponse.NatGatewayDataSet> getDataSet()
-
setDataSet
public void setDataSet(List<DescribeNATGWResponse.NatGatewayDataSet> dataSet)
-
-