Class TenantApiRepresentation

    • Constructor Detail

      • TenantApiRepresentation

        public TenantApiRepresentation()
    • Method Detail

      • getURITemplates

        @JSONProperty(ignore=true)
        public List<String> getURITemplates()
      • getTenantForId

        public String getTenantForId()
      • getTenantApplications

        public String getTenantApplications()
      • getTenantApplicationForId

        public String getTenantApplicationForId()
      • getTenantOptionForCategoryAndKey

        public String getTenantOptionForCategoryAndKey()
      • getTenantOptionsForCategory

        public String getTenantOptionsForCategory()
      • getTenantSystemOptions

        public String getTenantSystemOptions()
      • getTenantSystemOptionsForCategoryAndKey

        public String getTenantSystemOptionsForCategoryAndKey()
      • setTenantForId

        public void setTenantForId​(String tenantForId)
      • setTenantApplications

        public void setTenantApplications​(String tenantApplications)
      • setTenantApplicationForId

        public void setTenantApplicationForId​(String tenantApplicationForId)
      • setTenantOptionForCategoryAndKey

        public void setTenantOptionForCategoryAndKey​(String tenantOptionForCategoryAndKey)
      • setTenantOptionsForCategory

        public void setTenantOptionsForCategory​(String tenantOptionsForCategory)
      • setTenantSystemOptions

        public void setTenantSystemOptions​(String tenantSystemOptions)
      • setTenantSystemOptionsForCategoryAndKey

        public void setTenantSystemOptionsForCategoryAndKey​(String tenantSystemOptionsForCategoryAndKey)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object