Class TenantRepresentation

    • Constructor Detail

      • TenantRepresentation

        public TenantRepresentation()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getDomain

        @JSONProperty(ignoreIfNull=true)
        public String getDomain()
      • setDomain

        public void setDomain​(String domain)
      • getStatus

        @JSONProperty(ignoreIfNull=true)
        public String getStatus()
      • setStatus

        public void setStatus​(String status)
      • getCompany

        @JSONProperty(ignoreIfNull=true)
        public String getCompany()
      • setCompany

        public void setCompany​(String company)
      • getContactName

        @JSONProperty(ignoreIfNull=true)
        public String getContactName()
      • setContactName

        public void setContactName​(String contactName)
      • getContactPhone

        @JSONProperty(ignoreIfNull=true)
        public String getContactPhone()
      • setContactPhone

        public void setContactPhone​(String contactPhone)
      • getAdminName

        @JSONProperty(ignoreIfNull=true)
        public String getAdminName()
      • setAdminName

        public void setAdminName​(String adminName)
      • getAdminPass

        @JSONProperty(ignoreIfNull=true)
        public String getAdminPass()
      • setAdminPass

        public void setAdminPass​(String adminPass)
      • getAdminEmail

        @JSONProperty(ignoreIfNull=true)
        public String getAdminEmail()
      • setAdminEmail

        public void setAdminEmail​(String adminEmail)
      • getSendPasswordResetEmail

        @JSONProperty(ignoreIfNull=true)
        public Boolean getSendPasswordResetEmail()
      • shouldSendPasswordResetEmail

        @JSONProperty(ignore=true)
        public boolean shouldSendPasswordResetEmail()
      • setSendPasswordResetEmail

        public void setSendPasswordResetEmail​(Boolean sendPasswordResetEmail)
      • getDateCreated

        @JSONProperty(value="deprecated_DateCreated",
                      ignore=true)
        @Deprecated
        public Date getDateCreated()
        Deprecated.
      • getCreatedDateTime

        @JSONProperty(value="creationTime",
                      ignoreIfNull=true)
        @JSONConverter(type=DateTimeConverter.class)
        public org.joda.time.DateTime getCreatedDateTime()
      • setCreatedDateTime

        public void setCreatedDateTime​(org.joda.time.DateTime dateCreated)
      • getParent

        @JSONProperty(ignoreIfNull=true)
        public String getParent()
      • setParent

        public void setParent​(String parent)
      • getAllowCreateTenants

        @JSONProperty(ignoreIfNull=true)
        public Boolean getAllowCreateTenants()
      • setAllowCreateTenants

        public void setAllowCreateTenants​(Boolean allowCreateTenants)
      • getStorageLimitPerDevice

        @JSONProperty(ignoreIfNull=true)
        public Long getStorageLimitPerDevice()
      • setStorageLimitPerDevice

        public void setStorageLimitPerDevice​(Long storageLimitPerDevice)
      • setDateCreated

        public void setDateCreated​(org.joda.time.DateTime dateCreated)
      • getTenantPolicyId

        @JSONProperty(ignoreIfNull=true)
        @JSONConverter(type=IDTypeConverter.class)
        public GId getTenantPolicyId()
      • setTenantPolicyId

        public void setTenantPolicyId​(GId tenantPolicyId)