类 GetObjectAclResponse

    • 字段详细资料

      • MAX_SUPPORTED_ACL_VERSION

        public static final int MAX_SUPPORTED_ACL_VERSION
        另请参阅:
        常量字段值
    • 构造器详细资料

      • GetObjectAclResponse

        public GetObjectAclResponse()
    • 方法详细资料

      • getVersion

        public int getVersion()
        Gets the acl version.
        返回:
        the acl version.
      • setVersion

        public void setVersion​(int version)
        Sets the acl version.
        参数:
        version - the acl version
      • getAccessControlList

        public List<Grant> getAccessControlList()
        Gets the accessControlList of this bucket/object.
        返回:
        The accessControlList of this bucket/object.
      • setAccessControlList

        public void setAccessControlList​(List<Grant> accessControlList)
        Sets the accessControlList of this bucket/object.
        参数:
        accessControlList - The accessControlList of this bucket/object.