Package org.bonitasoft.web.client.model
Class Tenant
- java.lang.Object
-
- org.bonitasoft.web.client.model.Tenant
-
- All Implemented Interfaces:
Serializable
@Deprecated @Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Tenant extends Object implements Serializable
Deprecated.Since Bonita 7.12, tenant management is deprecated- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTenant.StateEnumDeprecated.the tenant state
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATIONDeprecated.static StringJSON_PROPERTY_DESCRIPTIONDeprecated.static StringJSON_PROPERTY_ICONDeprecated.static StringJSON_PROPERTY_IDDeprecated.static StringJSON_PROPERTY_NAMEDeprecated.static StringJSON_PROPERTY_PASSWORDDeprecated.static StringJSON_PROPERTY_STATEDeprecated.static StringJSON_PROPERTY_USERNAMEDeprecated.
-
Constructor Summary
Constructors Constructor Description Tenant()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Tenantcreation(String creation)Deprecated.Tenantdescription(String description)Deprecated.booleanequals(Object o)Deprecated.StringgetCreation()Deprecated.the creation dateStringgetDescription()Deprecated.the descriptionStringgetIcon()Deprecated.the path of the iconStringgetId()Deprecated.id of the tenantStringgetName()Deprecated.the name of the tenantStringgetPassword()Deprecated.the passwordTenant.StateEnumgetState()Deprecated.the tenant stateStringgetUsername()Deprecated.the usernameinthashCode()Deprecated.Tenanticon(String icon)Deprecated.Tenantid(String id)Deprecated.Tenantname(String name)Deprecated.Tenantpassword(String password)Deprecated.voidsetCreation(String creation)Deprecated.voidsetDescription(String description)Deprecated.voidsetIcon(String icon)Deprecated.voidsetId(String id)Deprecated.voidsetName(String name)Deprecated.voidsetPassword(String password)Deprecated.voidsetState(Tenant.StateEnum state)Deprecated.voidsetUsername(String username)Deprecated.Tenantstate(Tenant.StateEnum state)Deprecated.StringtoString()Deprecated.Tenantusername(String username)Deprecated.
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATION
public static final String JSON_PROPERTY_CREATION
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_ICON
public static final String JSON_PROPERTY_ICON
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_USERNAME
public static final String JSON_PROPERTY_USERNAME
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_PASSWORD
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
setId
public void setId(String id)
Deprecated.
-
setCreation
public void setCreation(String creation)
Deprecated.
-
setIcon
public void setIcon(String icon)
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
getDescription
@Nullable public String getDescription()
Deprecated.the description- Returns:
- description
-
setDescription
public void setDescription(String description)
Deprecated.
-
setUsername
public void setUsername(String username)
Deprecated.
-
setPassword
public void setPassword(String password)
Deprecated.
-
state
public Tenant state(Tenant.StateEnum state)
Deprecated.
-
getState
@Nullable public Tenant.StateEnum getState()
Deprecated.the tenant state- Returns:
- state
-
setState
public void setState(Tenant.StateEnum state)
Deprecated.
-
-