public class ListACLResponse extends Response
protected List<ACL>
acls
protected int
count
total
ListACLResponse(Map<String,String> headers, int count, int total, List<ACL> acls)
List<ACL>
GetACLs()
int
GetCount()
GetTotal()
GetAllHeaders, GetHeader, GetRequestId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected int total
protected int count
protected List<ACL> acls
public ListACLResponse(Map<String,String> headers, int count, int total, List<ACL> acls)
public int GetTotal()
public int GetCount()
public List<ACL> GetACLs()
Copyright © 2016. All Rights Reserved.