public class GetObjectAclResponse extends BosResponse
BosResponse.Callback| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SUPPORTED_ACL_VERSION |
metadata| Constructor and Description |
|---|
GetObjectAclResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<Grant> |
getAccessControlList()
Gets the accessControlList of this bucket/object.
|
int |
getVersion()
Gets the acl version.
|
void |
setAccessControlList(List<Grant> accessControlList)
Sets the accessControlList of this bucket/object.
|
void |
setVersion(int version)
Sets the acl version.
|
getCallback, getMetadata, setCallbackpublic static final int MAX_SUPPORTED_ACL_VERSION
public int getVersion()
public void setVersion(int version)
version - the acl versionpublic List<Grant> getAccessControlList()
Copyright © 2024. All rights reserved.