Class CurrentTenantRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.CustomPropertiesMapRepresentation
com.cumulocity.rest.representation.user.CurrentTenantRepresentation
- All Implemented Interfaces:
ResourceRepresentation
-
Constructor Summary
ConstructorDescriptionCurrentTenantRepresentation
(String name, String parent, String domainName, Boolean allowCreateTenants, ApplicationReferenceCollectionRepresentation applications) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getName()
int
hashCode()
void
setAllowCreateTenants
(Boolean allowCreateTenants) void
setApplications
(ApplicationReferenceCollectionRepresentation applications) void
setDomainName
(String domainName) void
void
toString()
Methods inherited from class com.cumulocity.rest.representation.CustomPropertiesMapRepresentation
getCustomProperties, setCustomProperties
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON
-
Constructor Details
-
CurrentTenantRepresentation
public CurrentTenantRepresentation() -
CurrentTenantRepresentation
public CurrentTenantRepresentation(String name, String parent, String domainName, Boolean allowCreateTenants, ApplicationReferenceCollectionRepresentation applications)
-
-
Method Details
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classBaseResourceRepresentation
-
getName
-
setName
-
getParent
-
setParent
-
getDomainName
-
setDomainName
-
getAllowCreateTenants
-
setAllowCreateTenants
-
getApplications
@JSONProperty(ignoreIfNull=true) public ApplicationReferenceCollectionRepresentation getApplications() -
setApplications
-