Package org.bonitasoft.web.client.model
Class ProcessInstanceInfoFlowNodeStatesCounters
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessInstanceInfoFlowNodeStatesCounters
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessInstanceInfoFlowNodeStatesCounters extends Object implements Serializable
ProcessInstanceInfoFlowNodeStatesCounters- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COMPLETEDstatic StringJSON_PROPERTY_EXECUTINGstatic StringJSON_PROPERTY_FAILEDstatic StringJSON_PROPERTY_READY
-
Constructor Summary
Constructors Constructor Description ProcessInstanceInfoFlowNodeStatesCounters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInstanceInfoFlowNodeStatesCounterscompleted(Long completed)booleanequals(Object o)ProcessInstanceInfoFlowNodeStatesCountersexecuting(Long executing)ProcessInstanceInfoFlowNodeStatesCountersfailed(Long failed)LonggetCompleted()number of instance of the given Flow Node in completed stateLonggetExecuting()number of instance of the given Flow Node in executing stateLonggetFailed()number of instance of the given Flow Node in failed stateLonggetReady()number of instance of the given Flow Node in ready stateinthashCode()ProcessInstanceInfoFlowNodeStatesCountersready(Long ready)voidsetCompleted(Long completed)voidsetExecuting(Long executing)voidsetFailed(Long failed)voidsetReady(Long ready)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COMPLETED
public static final String JSON_PROPERTY_COMPLETED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_READY
public static final String JSON_PROPERTY_READY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILED
public static final String JSON_PROPERTY_FAILED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXECUTING
public static final String JSON_PROPERTY_EXECUTING
- See Also:
- Constant Field Values
-
-
Method Detail
-
completed
public ProcessInstanceInfoFlowNodeStatesCounters completed(Long completed)
-
getCompleted
@Nullable public Long getCompleted()
number of instance of the given Flow Node in completed state- Returns:
- completed
-
setCompleted
public void setCompleted(Long completed)
-
ready
public ProcessInstanceInfoFlowNodeStatesCounters ready(Long ready)
-
getReady
@Nullable public Long getReady()
number of instance of the given Flow Node in ready state- Returns:
- ready
-
setReady
public void setReady(Long ready)
-
failed
public ProcessInstanceInfoFlowNodeStatesCounters failed(Long failed)
-
getFailed
@Nullable public Long getFailed()
number of instance of the given Flow Node in failed state- Returns:
- failed
-
setFailed
public void setFailed(Long failed)
-
executing
public ProcessInstanceInfoFlowNodeStatesCounters executing(Long executing)
-
getExecuting
@Nullable public Long getExecuting()
number of instance of the given Flow Node in executing state- Returns:
- executing
-
setExecuting
public void setExecuting(Long executing)
-
-