public class DomainResponse extends Object implements Serializable
| Constructor and Description |
|---|
DomainResponse(String domain,
String domainName,
DomainTypeResponse domainType,
String domainId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDomainId()
Gets the ID of the user domain.
|
String |
getDomainName()
Gets the name of the user domain.
|
String |
getDomainString()
Get the full domain string.
|
DomainTypeResponse |
getDomainType()
Gets the type of user domain.
|
int |
hashCode() |
String |
toString() |
public DomainResponse(String domain, String domainName, DomainTypeResponse domainType, String domainId)
public String getDomainName()
String user domain namepublic DomainTypeResponse getDomainType()
DomainTypeResponsepublic String getDomainString()
String domain stringCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.