Package org.bonitasoft.web.client.model
Class Tenant
java.lang.Object
org.bonitasoft.web.client.model.Tenant
- All Implemented Interfaces:
Serializable
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class Tenant
extends Object
implements Serializable
Deprecated.
Since Bonita 7.12, tenant management is deprecated
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.description(String description) Deprecated.booleanDeprecated.Deprecated.the creation dateDeprecated.the descriptiongetIcon()Deprecated.the path of the icongetId()Deprecated.id of the tenantgetName()Deprecated.the name of the tenantDeprecated.the passwordgetState()Deprecated.the tenant stateDeprecated.the usernameinthashCode()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.voidsetCreation(String creation) Deprecated.voidsetDescription(String description) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidsetPassword(String password) Deprecated.voidsetState(Tenant.StateEnum state) Deprecated.voidsetUsername(String username) Deprecated.state(Tenant.StateEnum state) Deprecated.toString()Deprecated.Deprecated.
-
Field Details
-
JSON_PROPERTY_ID
Deprecated.- See Also:
-
JSON_PROPERTY_CREATION
Deprecated.- See Also:
-
JSON_PROPERTY_ICON
Deprecated.- See Also:
-
JSON_PROPERTY_NAME
Deprecated.- See Also:
-
JSON_PROPERTY_DESCRIPTION
Deprecated.- See Also:
-
JSON_PROPERTY_USERNAME
Deprecated.- See Also:
-
JSON_PROPERTY_PASSWORD
Deprecated.- See Also:
-
JSON_PROPERTY_STATE
Deprecated.- See Also:
-
-
Constructor Details
-
Tenant
public Tenant()Deprecated.
-
-
Method Details
-
id
Deprecated. -
getId
Deprecated.id of the tenant- Returns:
- id
-
setId
Deprecated. -
creation
Deprecated. -
getCreation
Deprecated.the creation date- Returns:
- creation
-
setCreation
Deprecated. -
icon
Deprecated. -
getIcon
Deprecated.the path of the icon- Returns:
- icon
-
setIcon
Deprecated. -
name
Deprecated. -
getName
Deprecated.the name of the tenant- Returns:
- name
-
setName
Deprecated. -
description
Deprecated. -
getDescription
Deprecated.the description- Returns:
- description
-
setDescription
Deprecated. -
username
Deprecated. -
getUsername
Deprecated.the username- Returns:
- username
-
setUsername
Deprecated. -
password
Deprecated. -
getPassword
Deprecated.the password- Returns:
- password
-
setPassword
Deprecated. -
state
Deprecated. -
getState
Deprecated.the tenant state- Returns:
- state
-
setState
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-