Package org.bonitasoft.web.client.model
Class ProcessInstanceInfoFlowNodeStatesCountersValue
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessInstanceInfoFlowNodeStatesCountersValue
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessInstanceInfoFlowNodeStatesCountersValue extends Object implements Serializable
ProcessInstanceInfoFlowNodeStatesCountersValue- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ABORTEDstatic StringJSON_PROPERTY_CANCELLEDstatic StringJSON_PROPERTY_COMPLETEDstatic StringJSON_PROPERTY_COMPLETINGstatic StringJSON_PROPERTY_EXECUTINGstatic StringJSON_PROPERTY_FAILEDstatic StringJSON_PROPERTY_INITIALIZINGstatic StringJSON_PROPERTY_READYstatic StringJSON_PROPERTY_SKIPPEDstatic StringJSON_PROPERTY_WAITING
-
Constructor Summary
Constructors Constructor Description ProcessInstanceInfoFlowNodeStatesCountersValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInstanceInfoFlowNodeStatesCountersValueaborted(Long aborted)ProcessInstanceInfoFlowNodeStatesCountersValuecancelled(Long cancelled)ProcessInstanceInfoFlowNodeStatesCountersValuecompleted(Long completed)ProcessInstanceInfoFlowNodeStatesCountersValuecompleting(Long completing)booleanequals(Object o)ProcessInstanceInfoFlowNodeStatesCountersValueexecuting(Long executing)ProcessInstanceInfoFlowNodeStatesCountersValuefailed(Long failed)LonggetAborted()number of instance of the given Flow Node in aborted stateLonggetCancelled()number of instance of the given Flow Node in cancelled stateLonggetCompleted()number of instance of the given Flow Node in completed stateLonggetCompleting()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 stateLonggetSkipped()number of instance of the given Flow Node in skipped stateLonggetWaiting()number of instance of the given Flow Node in waiting stateinthashCode()ProcessInstanceInfoFlowNodeStatesCountersValueinitializing(Long initializing)ProcessInstanceInfoFlowNodeStatesCountersValueready(Long ready)voidsetAborted(Long aborted)voidsetCancelled(Long cancelled)voidsetCompleted(Long completed)voidsetCompleting(Long completing)voidsetExecuting(Long executing)voidsetFailed(Long failed)voidsetInitializing(Long initializing)voidsetReady(Long ready)voidsetSkipped(Long skipped)voidsetWaiting(Long waiting)ProcessInstanceInfoFlowNodeStatesCountersValueskipped(Long skipped)StringtoString()ProcessInstanceInfoFlowNodeStatesCountersValuewaiting(Long waiting)
-
-
-
Field Detail
-
JSON_PROPERTY_COMPLETED
public static final String JSON_PROPERTY_COMPLETED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SKIPPED
public static final String JSON_PROPERTY_SKIPPED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CANCELLED
public static final String JSON_PROPERTY_CANCELLED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ABORTED
public static final String JSON_PROPERTY_ABORTED
- 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
-
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
-
completed
public ProcessInstanceInfoFlowNodeStatesCountersValue 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)
-
skipped
public ProcessInstanceInfoFlowNodeStatesCountersValue skipped(Long skipped)
-
getSkipped
@Nullable public Long getSkipped()
number of instance of the given Flow Node in skipped state- Returns:
- skipped
-
setSkipped
public void setSkipped(Long skipped)
-
cancelled
public ProcessInstanceInfoFlowNodeStatesCountersValue cancelled(Long cancelled)
-
getCancelled
@Nullable public Long getCancelled()
number of instance of the given Flow Node in cancelled state- Returns:
- cancelled
-
setCancelled
public void setCancelled(Long cancelled)
-
aborted
public ProcessInstanceInfoFlowNodeStatesCountersValue aborted(Long aborted)
-
getAborted
@Nullable public Long getAborted()
number of instance of the given Flow Node in aborted state- Returns:
- aborted
-
setAborted
public void setAborted(Long aborted)
-
ready
public ProcessInstanceInfoFlowNodeStatesCountersValue 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 ProcessInstanceInfoFlowNodeStatesCountersValue 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 ProcessInstanceInfoFlowNodeStatesCountersValue 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 ProcessInstanceInfoFlowNodeStatesCountersValue 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 ProcessInstanceInfoFlowNodeStatesCountersValue 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 ProcessInstanceInfoFlowNodeStatesCountersValue 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)
-
-