public class TenantRepresentation extends CustomPropertiesMapRepresentation
Constructor and Description |
---|
TenantRepresentation() |
getCustomProperties, setCustomProperties
getSelf, getSelfDecoded, setSelf, toString
public String getId()
public void setId(String id)
@JSONProperty(ignoreIfNull=true) public String getDomain()
public void setDomain(String domain)
@JSONProperty(ignoreIfNull=true) public String getStatus()
public void setStatus(String status)
@JSONProperty(ignoreIfNull=true) public String getCompany()
public void setCompany(String company)
@JSONProperty(ignoreIfNull=true) public String getContactName()
public void setContactName(String contactName)
@JSONProperty(ignoreIfNull=true) public String getContactPhone()
public void setContactPhone(String contactPhone)
@JSONProperty(ignoreIfNull=true) public ApplicationReferenceCollectionRepresentation getApplications()
public void setApplications(ApplicationReferenceCollectionRepresentation applications)
@JSONProperty(ignoreIfNull=true) public ApplicationReferenceCollectionRepresentation getOwnedApplications()
public void setOwnedApplications(ApplicationReferenceCollectionRepresentation ownedApplications)
@JSONProperty(ignoreIfNull=true) public String getAdminName()
public void setAdminName(String adminName)
@JSONProperty(ignoreIfNull=true) public String getAdminPass()
public void setAdminPass(String adminPass)
@JSONProperty(ignoreIfNull=true) public String getAdminEmail()
public void setAdminEmail(String adminEmail)
@JSONProperty(ignoreIfNull=true) public Boolean getSendPasswordResetEmail()
@JSONProperty(ignore=true) public boolean shouldSendPasswordResetEmail()
public void setSendPasswordResetEmail(Boolean sendPasswordResetEmail)
@JSONProperty(ignoreIfNull=true) public SupportUserDetailsRepresentation getSupportUser()
public void setSupportUser(SupportUserDetailsRepresentation supportUser)
@JSONProperty(value="deprecated_DateCreated", ignore=true) @Deprecated public Date getDateCreated()
@JSONProperty(value="creationTime", ignoreIfNull=true) @JSONConverter(type=com.cumulocity.model.DateTimeConverter.class) public org.joda.time.DateTime getCreatedDateTime()
public void setCreatedDateTime(org.joda.time.DateTime dateCreated)
public String toJSON()
toJSON
in class BaseResourceRepresentation
@JSONProperty(ignoreIfNull=true) public String getParent()
public void setParent(String parent)
@JSONProperty(ignoreIfNull=true) public Boolean getAllowCreateTenants()
public void setAllowCreateTenants(Boolean allowCreateTenants)
@JSONProperty(ignoreIfNull=true) public Long getStorageLimitPerDevice()
public void setStorageLimitPerDevice(Long storageLimitPerDevice)
public void setDateCreated(org.joda.time.DateTime dateCreated)
@JSONProperty(ignoreIfNull=true) @JSONConverter(type=com.cumulocity.model.IDTypeConverter.class) public com.cumulocity.model.idtype.GId getTenantPolicyId()
public void setTenantPolicyId(com.cumulocity.model.idtype.GId tenantPolicyId)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.