Package org.openapitools.client.model
Class SuspensionStateDto
- java.lang.Object
-
- org.openapitools.client.model.SuspensionStateDto
-
public class SuspensionStateDto extends Object
SuspensionStateDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SUSPENDED
-
Constructor Summary
Constructors Constructor Description SuspensionStateDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetSuspended()A Boolean value which indicates whether to activate or suspend a given instance (e.g.inthashCode()voidsetSuspended(Boolean suspended)SuspensionStateDtosuspended(Boolean suspended)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_SUSPENDED
- See Also:
- Constant Field Values
-
-
Method Detail
-
suspended
public SuspensionStateDto suspended(Boolean suspended)
-
getSuspended
public Boolean getSuspended()
A Boolean value which indicates whether to activate or suspend a given instance (e.g. process instance, job, job definition, or batch). When the value is set to true, the given instance will be suspended and when the value is set to false, the given instance will be activated.- Returns:
- suspended
-
setSuspended
public void setSuspended(Boolean suspended)
-
-