public class TenantDomainRepresentation extends BaseResourceRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
TenantDomainRepresentation.TenantDomainRepresentationBuilder |
Constructor and Description |
---|
TenantDomainRepresentation() |
TenantDomainRepresentation(String domain,
String value) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
static TenantDomainRepresentation.TenantDomainRepresentationBuilder |
domainRepresentation() |
boolean |
equals(Object o) |
String |
getDomain() |
String |
getValue() |
int |
hashCode() |
void |
setDomain(String domain) |
void |
setValue(String value) |
String |
toString() |
getSelf, getSelfDecoded, setSelf, toJSON
public static TenantDomainRepresentation.TenantDomainRepresentationBuilder domainRepresentation()
public String getDomain()
public String getValue()
public void setDomain(String domain)
public void setValue(String value)
public String toString()
toString
in class BaseResourceRepresentation
protected boolean canEqual(Object other)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.