Package cn.ucloud.vpc.models
Class DescribeNetworkAclAssociationBySubnetResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeNetworkAclAssociationBySubnetResponse
-
public class DescribeNetworkAclAssociationBySubnetResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeNetworkAclAssociationBySubnetResponse.AssociationInfo
-
Constructor Summary
Constructors Constructor Description DescribeNetworkAclAssociationBySubnetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeNetworkAclAssociationBySubnetResponse.AssociationInfogetAssociation()voidsetAssociation(DescribeNetworkAclAssociationBySubnetResponse.AssociationInfo association)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getAssociation
public DescribeNetworkAclAssociationBySubnetResponse.AssociationInfo getAssociation()
-
setAssociation
public void setAssociation(DescribeNetworkAclAssociationBySubnetResponse.AssociationInfo association)
-
-