Package org.bonitasoft.web.client.model
Class ProcessInstanceInfoFlowNodeStatesCountersValue
java.lang.Object
org.bonitasoft.web.client.model.ProcessInstanceInfoFlowNodeStatesCountersValue
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessInstanceInfoFlowNodeStatesCountersValue
extends Object
implements Serializable
ProcessInstanceInfoFlowNodeStatesCountersValue
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompleting(Long completing) booleannumber of instance of the given Flow Node in aborted statenumber of instance of the given Flow Node in cancelled statenumber of instance of the given Flow Node in completed statenumber of instance of the given Flow Node in completing statenumber of instance of the given Flow Node in executing statenumber of instance of the given Flow Node in failed statenumber of instance of the given Flow Node in initializing stategetReady()number of instance of the given Flow Node in ready statenumber of instance of the given Flow Node in skipped statenumber of instance of the given Flow Node in waiting stateinthashCode()initializing(Long initializing) voidsetAborted(Long aborted) voidsetCancelled(Long cancelled) voidsetCompleted(Long completed) voidsetCompleting(Long completing) voidsetExecuting(Long executing) voidvoidsetInitializing(Long initializing) voidvoidsetSkipped(Long skipped) voidsetWaiting(Long waiting) toString()
-
Field Details
-
JSON_PROPERTY_COMPLETED
- See Also:
-
JSON_PROPERTY_SKIPPED
- See Also:
-
JSON_PROPERTY_CANCELLED
- See Also:
-
JSON_PROPERTY_ABORTED
- See Also:
-
JSON_PROPERTY_READY
- See Also:
-
JSON_PROPERTY_FAILED
- See Also:
-
JSON_PROPERTY_EXECUTING
- See Also:
-
JSON_PROPERTY_WAITING
- See Also:
-
JSON_PROPERTY_INITIALIZING
- See Also:
-
JSON_PROPERTY_COMPLETING
- See Also:
-
-
Constructor Details
-
ProcessInstanceInfoFlowNodeStatesCountersValue
public ProcessInstanceInfoFlowNodeStatesCountersValue()
-
-
Method Details
-
completed
-
getCompleted
number of instance of the given Flow Node in completed state- Returns:
- completed
-
setCompleted
-
skipped
-
getSkipped
number of instance of the given Flow Node in skipped state- Returns:
- skipped
-
setSkipped
-
cancelled
-
getCancelled
number of instance of the given Flow Node in cancelled state- Returns:
- cancelled
-
setCancelled
-
aborted
-
getAborted
number of instance of the given Flow Node in aborted state- Returns:
- aborted
-
setAborted
-
ready
-
getReady
number of instance of the given Flow Node in ready state- Returns:
- ready
-
setReady
-
failed
-
getFailed
number of instance of the given Flow Node in failed state- Returns:
- failed
-
setFailed
-
executing
-
getExecuting
number of instance of the given Flow Node in executing state- Returns:
- executing
-
setExecuting
-
waiting
-
getWaiting
number of instance of the given Flow Node in waiting state- Returns:
- waiting
-
setWaiting
-
initializing
-
getInitializing
number of instance of the given Flow Node in initializing state- Returns:
- initializing
-
setInitializing
-
completing
-
getCompleting
number of instance of the given Flow Node in completing state- Returns:
- completing
-
setCompleting
-
equals
-
hashCode
public int hashCode() -
toString
-