Package org.bonitasoft.web.client.model
Class ProcessInfoFlowNodeStatesCountersValue
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessInfoFlowNodeStatesCountersValue
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessInfoFlowNodeStatesCountersValue extends Object implements SerializableProcessInfoFlowNodeStatesCountersValue- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COMPLETINGstatic StringJSON_PROPERTY_EXECUTINGstatic StringJSON_PROPERTY_FAILEDstatic StringJSON_PROPERTY_INITIALIZINGstatic StringJSON_PROPERTY_READYstatic StringJSON_PROPERTY_WAITING
-
Constructor Summary
Constructors Constructor Description ProcessInfoFlowNodeStatesCountersValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInfoFlowNodeStatesCountersValuecompleting(Long completing)booleanequals(Object o)ProcessInfoFlowNodeStatesCountersValueexecuting(Long executing)ProcessInfoFlowNodeStatesCountersValuefailed(Long failed)LonggetCompleting()number of instance of the given Flow Node in completing stateLonggetExecuting()number of instance of the given Flow Node in executing stateLonggetFailed()number of instance of the given Flow Node in failed stateLonggetInitializing()number of instance of the given Flow Node in initializing stateLonggetReady()number of instance of the given Flow Node in ready stateLonggetWaiting()number of instance of the given Flow Node in waiting stateinthashCode()ProcessInfoFlowNodeStatesCountersValueinitializing(Long initializing)ProcessInfoFlowNodeStatesCountersValueready(Long ready)voidsetCompleting(Long completing)voidsetExecuting(Long executing)voidsetFailed(Long failed)voidsetInitializing(Long initializing)voidsetReady(Long ready)voidsetWaiting(Long waiting)StringtoString()ProcessInfoFlowNodeStatesCountersValuewaiting(Long waiting)
-
-
-
Field Detail
-
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
-
JSON_PROPERTY_WAITING
public static final String JSON_PROPERTY_WAITING
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INITIALIZING
public static final String JSON_PROPERTY_INITIALIZING
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COMPLETING
public static final String JSON_PROPERTY_COMPLETING
- See Also:
- Constant Field Values
-
-
Method Detail
-
ready
public ProcessInfoFlowNodeStatesCountersValue 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 ProcessInfoFlowNodeStatesCountersValue 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 ProcessInfoFlowNodeStatesCountersValue 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)
-
waiting
public ProcessInfoFlowNodeStatesCountersValue waiting(Long waiting)
-
getWaiting
@Nullable public Long getWaiting()
number of instance of the given Flow Node in waiting state- Returns:
- waiting
-
setWaiting
public void setWaiting(Long waiting)
-
initializing
public ProcessInfoFlowNodeStatesCountersValue initializing(Long initializing)
-
getInitializing
@Nullable public Long getInitializing()
number of instance of the given Flow Node in initializing state- Returns:
- initializing
-
setInitializing
public void setInitializing(Long initializing)
-
completing
public ProcessInfoFlowNodeStatesCountersValue completing(Long completing)
-
getCompleting
@Nullable public Long getCompleting()
number of instance of the given Flow Node in completing state- Returns:
- completing
-
setCompleting
public void setCompleting(Long completing)
-
-