Package org.bonitasoft.web.client.model
Class ProcessInfoFlowNodeStatesCountersValue
java.lang.Object
org.bonitasoft.web.client.model.ProcessInfoFlowNodeStatesCountersValue
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessInfoFlowNodeStatesCountersValue
extends Object
implements Serializable
ProcessInfoFlowNodeStatesCountersValue
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompleting(Long completing) booleannumber 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 waiting stateinthashCode()initializing(Long initializing) voidsetCompleting(Long completing) voidsetExecuting(Long executing) voidvoidsetInitializing(Long initializing) voidvoidsetWaiting(Long waiting) toString()
-
Field Details
-
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
-
ProcessInfoFlowNodeStatesCountersValue
public ProcessInfoFlowNodeStatesCountersValue()
-
-
Method Details
-
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
-