Package cn.ucloud.vpc.models
Class ListSubnetForNATGWResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.ListSubnetForNATGWResponse
-
public class ListSubnetForNATGWResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListSubnetForNATGWResponse.NatgwSubnetDataSet
-
Constructor Summary
Constructors Constructor Description ListSubnetForNATGWResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ListSubnetForNATGWResponse.NatgwSubnetDataSet>getDataSet()voidsetDataSet(List<ListSubnetForNATGWResponse.NatgwSubnetDataSet> dataSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getDataSet
public List<ListSubnetForNATGWResponse.NatgwSubnetDataSet> getDataSet()
-
setDataSet
public void setDataSet(List<ListSubnetForNATGWResponse.NatgwSubnetDataSet> dataSet)
-
-