Package cn.ucloud.vpc.models
Class DescribeNetworkAclAssociationResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeNetworkAclAssociationResponse
-
public class DescribeNetworkAclAssociationResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeNetworkAclAssociationResponse.AssociationInfo
-
Constructor Summary
Constructors Constructor Description DescribeNetworkAclAssociationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeNetworkAclAssociationResponse.AssociationInfo>getAssociationList()voidsetAssociationList(List<DescribeNetworkAclAssociationResponse.AssociationInfo> associationList)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getAssociationList
public List<DescribeNetworkAclAssociationResponse.AssociationInfo> getAssociationList()
-
setAssociationList
public void setAssociationList(List<DescribeNetworkAclAssociationResponse.AssociationInfo> associationList)
-
-