Class DomainResponse
java.lang.Object
com.iland.core.web.rest.response.user.DomainResponse
- All Implemented Interfaces:
Serializable
Domain Response.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDomainResponse(String domain, String domainName, DomainTypeResponse domainType, String domainId) -
Method Summary
-
Constructor Details
-
DomainResponse
public DomainResponse(String domain, String domainName, DomainTypeResponse domainType, String domainId)
-
-
Method Details
-
getDomainName
Gets the name of the user domain.- Returns:
Stringuser domain name
-
getDomainType
Gets the type of user domain.- Returns:
DomainTypeResponse
-
getDomainId
Gets the ID of the user domain.- Returns:
Stringdomain ID
-
getDomainString
Get the full domain string.- Returns:
Stringdomain string
-
equals
-
hashCode
public int hashCode() -
toString
-