Package org.bonitasoft.web.client.model
Class TenantUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.TenantUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TenantUpdateRequest extends Object implements Serializable
TenantUpdateRequest- 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 TenantUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TenantUpdateRequestdescription(String description)booleanequals(Object o)StringgetDescription()the descriptionStringgetName()the name of the tenantStringgetPassword()the passwordStringgetUsername()the usernameinthashCode()TenantUpdateRequestname(String name)TenantUpdateRequestpassword(String password)voidsetDescription(String description)voidsetName(String name)voidsetPassword(String password)voidsetUsername(String username)StringtoString()TenantUpdateRequestusername(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 TenantUpdateRequest name(String name)
-
setName
public void setName(String name)
-
description
public TenantUpdateRequest description(String description)
-
setDescription
public void setDescription(String description)
-
username
public TenantUpdateRequest username(String username)
-
setUsername
public void setUsername(String username)
-
password
public TenantUpdateRequest password(String password)
-
setPassword
public void setPassword(String password)
-
-