类 GrantAndPermission
java.lang.Object
com.obs.services.model.GrantAndPermission
Grantee or grantee group and permission information,
AccessControlList-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanObtain the grantee (group) information.Obtain the permission information.inthashCode()booleanCheck whether the bucket ACL is deliverable.voidsetDelivered(boolean delivered) Specify whether to deliver the bucket ACL.toString()
-
构造器详细资料
-
GrantAndPermission
Constructor- 参数:
grantee- Grantee (group) namepermission- Permission information
-
-
方法详细资料
-
getGrantee
Obtain the grantee (group) information.- 返回:
- Grantee (group) information
-
getPermission
-
isDelivered
public boolean isDelivered()Check whether the bucket ACL is deliverable.- 返回:
- Identifier specifying whether the ACL is delivered
-
setDelivered
public void setDelivered(boolean delivered) Specify whether to deliver the bucket ACL. (This is only applicable to bucket ACLs.)- 参数:
delivered- Whether to deliver the bucket ACL
-
toString
-
hashCode
-
equals
-