Package org.bonitasoft.web.client.model
Class SystemTenant
- java.lang.Object
-
- org.bonitasoft.web.client.model.SystemTenant
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SystemTenant extends Object implements Serializable
SystemTenant- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_PAUSED
-
Constructor Summary
Constructors Constructor Description SystemTenant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()system tenant idBooleangetPaused()wether the system tenant is paused or notinthashCode()SystemTenantid(String id)SystemTenantpaused(Boolean paused)voidsetId(String id)voidsetPaused(Boolean paused)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAUSED
public static final String JSON_PROPERTY_PAUSED
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public SystemTenant id(String id)
-
setId
public void setId(String id)
-
paused
public SystemTenant paused(Boolean paused)
-
getPaused
@Nullable public Boolean getPaused()
wether the system tenant is paused or not- Returns:
- paused
-
setPaused
public void setPaused(Boolean paused)
-
-