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
ConstructorsConstructorDescriptionCurrentTenantRepresentation(String name, String parent, String domainName, Boolean allowCreateTenants, ApplicationReferenceCollectionRepresentation applications) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()inthashCode()voidsetAllowCreateTenants(Boolean allowCreateTenants) voidsetApplications(ApplicationReferenceCollectionRepresentation applications) voidsetDomainName(String domainName) voidvoidtoString()Methods inherited from class com.cumulocity.rest.representation.CustomPropertiesMapRepresentation
getCustomProperties, setCustomPropertiesMethods 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:
toStringin classBaseResourceRepresentation
-
getName
-
setName
-
getParent
-
setParent
-
getDomainName
-
setDomainName
-
getAllowCreateTenants
-
setAllowCreateTenants
-
getApplications
@JSONProperty(ignoreIfNull=true) public ApplicationReferenceCollectionRepresentation getApplications() -
setApplications
-