Package cn.ucloud.vpc.models
Class DescribeNetworkAclResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeNetworkAclResponse
-
public class DescribeNetworkAclResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeNetworkAclResponse.AclEntryInfostatic classDescribeNetworkAclResponse.AclInfostatic classDescribeNetworkAclResponse.AssociationInfostatic classDescribeNetworkAclResponse.TargetResourceInfo
-
Constructor Summary
Constructors Constructor Description DescribeNetworkAclResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeNetworkAclResponse.AclInfo>getAclList()voidsetAclList(List<DescribeNetworkAclResponse.AclInfo> aclList)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getAclList
public List<DescribeNetworkAclResponse.AclInfo> getAclList()
-
setAclList
public void setAclList(List<DescribeNetworkAclResponse.AclInfo> aclList)
-
-