类 CanonicalGrantee
java.lang.Object
com.obs.services.model.CanonicalGrantee
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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()
-
构造器详细资料
-
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
-
hashCode
-
equals
-
toString
-