public class Owner extends Object
| Constructor and Description |
|---|
Owner() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2021. All rights reserved.