Package org.bonitasoft.web.client.model
Class TenantCreateRequest
java.lang.Object
org.bonitasoft.web.client.model.TenantCreateRequest
- All Implemented Interfaces:
Serializable
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class TenantCreateRequest
extends Object
implements Serializable
Deprecated.
Since Bonita 7.12, tenant creation is deprecated
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Deprecated.booleanDeprecated.Deprecated.the descriptiongetName()Deprecated.the name of the tenantDeprecated.the passwordDeprecated.the usernameinthashCode()Deprecated.Deprecated.Deprecated.voidsetDescription(String description) Deprecated.voidDeprecated.voidsetPassword(String password) Deprecated.voidsetUsername(String username) Deprecated.toString()Deprecated.Deprecated.
-
Field Details
-
JSON_PROPERTY_NAME
Deprecated.- See Also:
-
JSON_PROPERTY_DESCRIPTION
Deprecated.- See Also:
-
JSON_PROPERTY_USERNAME
Deprecated.- See Also:
-
JSON_PROPERTY_PASSWORD
Deprecated.- See Also:
-
-
Constructor Details
-
TenantCreateRequest
public TenantCreateRequest()Deprecated.
-
-
Method Details
-
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. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-