类 CanonicalGrantee
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.CanonicalGrantee
- 所有已实现的接口:
GranteeInterface
Grantee information in the ACL,
AccessControlList-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanObtain the username of the grantee.Obtain the ID of the domain to which the grantee belongs.inthashCode()voidsetDisplayName(String displayName) Set the username for the grantee.voidsetIdentifier(String canonicalGrantId) Set the ID of the domain to which the grantee belongs.toString()
-
字段详细资料
-
grantId
-
displayName
-
-
构造器详细资料
-
CanonicalGrantee
public CanonicalGrantee() -
CanonicalGrantee
Constructor- 参数:
identifier- ID of the domain to which the grantee belongs
-
-
方法详细资料
-
setIdentifier
Set the ID of the domain to which the grantee belongs.- 指定者:
setIdentifier在接口中GranteeInterface- 参数:
canonicalGrantId- ID of the domain to which the grantee belongs
-
getIdentifier
Obtain the ID of the domain to which the grantee belongs.- 指定者:
getIdentifier在接口中GranteeInterface- 返回:
- ID of the domain to which the grantee belongs
-
setDisplayName
Set the username for the grantee.- 参数:
displayName- Username of the grantee
-
getDisplayName
Obtain the username of the grantee.- 返回:
- Username of the grantee
-
hashCode
public int hashCode() -
equals
-
toString
-