Package cn.ucloud.vpc.models
Class DescribeNetworkAclEntryResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeNetworkAclEntryResponse
-
public class DescribeNetworkAclEntryResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeNetworkAclEntryResponse.AclEntryInfostatic classDescribeNetworkAclEntryResponse.TargetResourceInfo
-
Constructor Summary
Constructors Constructor Description DescribeNetworkAclEntryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeNetworkAclEntryResponse.AclEntryInfo>getEntryList()voidsetEntryList(List<DescribeNetworkAclEntryResponse.AclEntryInfo> entryList)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getEntryList
public List<DescribeNetworkAclEntryResponse.AclEntryInfo> getEntryList()
-
setEntryList
public void setEntryList(List<DescribeNetworkAclEntryResponse.AclEntryInfo> entryList)
-
-