com.baidubce.services.bos.model
Class GetObjectAclResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.bos.model.BosResponse
com.baidubce.services.bos.model.GetObjectAclResponse
- All Implemented Interfaces:
- Serializable
public class GetObjectAclResponse
- extends BosResponse
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_SUPPORTED_ACL_VERSION
public static final int MAX_SUPPORTED_ACL_VERSION
- See Also:
- Constant Field Values
GetObjectAclResponse
public GetObjectAclResponse()
getVersion
public int getVersion()
- Gets the acl version.
- Returns:
- the acl version.
setVersion
public void setVersion(int version)
- Sets the acl version.
- Parameters:
version
- the acl version
getAccessControlList
public List<Grant> getAccessControlList()
- Gets the accessControlList of this bucket/object.
- Returns:
- The accessControlList of this bucket/object.
setAccessControlList
public void setAccessControlList(List<Grant> accessControlList)
- Sets the accessControlList of this bucket/object.
- Parameters:
accessControlList
- The accessControlList of this bucket/object.
Copyright © 2018. All rights reserved.