java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.Owner
Bucket or object owner
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Obtain the owner name.getId()Obtain the ID of the domain to which the owner belongs.voidsetDisplayName(String displayName) Set the owner name.voidSet the ID of the domain to which the owner belongs.toString()
-
字段详细资料
-
displayName
-
id
-
-
构造器详细资料
-
Owner
public Owner()
-
-
方法详细资料
-
getDisplayName
Obtain the owner name.- 返回:
- Owner name
-
setDisplayName
Set the owner name.- 参数:
displayName- Owner name
-
getId
Obtain the ID of the domain to which the owner belongs.- 返回:
- ID of the domain to which the owner belongs
-
setId
Set the ID of the domain to which the owner belongs.- 参数:
id- ID of the domain to which the owner belongs
-
toString
-