public class Owner extends Object
| Constructor and Description |
|---|
Owner() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Deprecated.
|
String |
getId()
Obtain the ID of the domain to which the owner belongs.
|
void |
setDisplayName(String displayName)
Deprecated.
|
void |
setId(String id)
Set the ID of the domain to which the owner belongs.
|
String |
toString() |
@Deprecated public String getDisplayName()
@Deprecated 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 © 2019. All rights reserved.