Package org.bonitasoft.web.client.model
Class TenantCreateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.TenantCreateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TenantCreateRequest extends Object implements Serializable
TenantCreateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PASSWORDstatic StringJSON_PROPERTY_USERNAME
-
Constructor Summary
Constructors Constructor Description TenantCreateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TenantCreateRequestdescription(String description)booleanequals(Object o)StringgetDescription()the descriptionStringgetName()the name of the tenantStringgetPassword()the passwordStringgetUsername()the usernameinthashCode()TenantCreateRequestname(String name)TenantCreateRequestpassword(String password)voidsetDescription(String description)voidsetName(String name)voidsetPassword(String password)voidsetUsername(String username)StringtoString()TenantCreateRequestusername(String username)
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USERNAME
public static final String JSON_PROPERTY_USERNAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_PASSWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public TenantCreateRequest name(String name)
-
setName
public void setName(String name)
-
description
public TenantCreateRequest description(String description)
-
setDescription
public void setDescription(String description)
-
username
public TenantCreateRequest username(String username)
-
setUsername
public void setUsername(String username)
-
password
public TenantCreateRequest password(String password)
-
setPassword
public void setPassword(String password)
-
-