public class CurrentTenantRepresentation extends CustomPropertiesMapRepresentation
Constructor and Description |
---|
CurrentTenantRepresentation() |
CurrentTenantRepresentation(String name,
String domainName,
Boolean allowCreateTenants,
ApplicationReferenceCollectionRepresentation applications) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getAllowCreateTenants() |
ApplicationReferenceCollectionRepresentation |
getApplications() |
String |
getDomainName() |
String |
getName() |
int |
hashCode() |
void |
setAllowCreateTenants(Boolean allowCreateTenants) |
void |
setApplications(ApplicationReferenceCollectionRepresentation applications) |
void |
setDomainName(String domainName) |
void |
setName(String name) |
String |
toString() |
getCustomProperties, setCustomProperties
getSelf, getSelfDecoded, setSelf, toJSON
public CurrentTenantRepresentation()
public CurrentTenantRepresentation(String name, String domainName, Boolean allowCreateTenants, ApplicationReferenceCollectionRepresentation applications)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
@JSONProperty(ignoreIfNull=true) public String getName()
public void setName(String name)
@JSONProperty(ignoreIfNull=true) public String getDomainName()
public void setDomainName(String domainName)
@JSONProperty(ignoreIfNull=true) public Boolean getAllowCreateTenants()
public void setAllowCreateTenants(Boolean allowCreateTenants)
@JSONProperty(ignoreIfNull=true) public ApplicationReferenceCollectionRepresentation getApplications()
public void setApplications(ApplicationReferenceCollectionRepresentation applications)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.