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