public class Owner extends Object
| 构造器和说明 |
|---|
Owner() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDisplayName()
Obtain the owner name.
|
String |
getId()
Obtain the ID of the domain to which the owner belongs.
|
void |
setDisplayName(String displayName)
Set the owner name.
|
void |
setId(String id)
Set the ID of the domain to which the owner belongs.
|
String |
toString() |
public String getDisplayName()
public void setDisplayName(String displayName)
displayName - Owner namepublic String getId()
public void setId(String id)
id - ID of the domain to which the owner belongsCopyright © 2024. All rights reserved.