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 Details

  • Constructor Details

    • ProcessInfoFlowNodeStatesCountersValue

      public ProcessInfoFlowNodeStatesCountersValue()
  • Method Details

    • ready

      public ProcessInfoFlowNodeStatesCountersValue ready(@Nullable Long ready)
    • getReady

      @Nullable public Long getReady()
      number of instance of the given Flow Node in ready state
      Returns:
      ready
    • setReady

      public void setReady(@Nullable Long ready)
    • failed

      public ProcessInfoFlowNodeStatesCountersValue failed(@Nullable Long failed)
    • getFailed

      @Nullable public Long getFailed()
      number of instance of the given Flow Node in failed state
      Returns:
      failed
    • setFailed

      public void setFailed(@Nullable Long failed)
    • executing

      public ProcessInfoFlowNodeStatesCountersValue executing(@Nullable Long executing)
    • getExecuting

      @Nullable public Long getExecuting()
      number of instance of the given Flow Node in executing state
      Returns:
      executing
    • setExecuting

      public void setExecuting(@Nullable Long executing)
    • waiting

      public ProcessInfoFlowNodeStatesCountersValue waiting(@Nullable Long waiting)
    • getWaiting

      @Nullable public Long getWaiting()
      number of instance of the given Flow Node in waiting state
      Returns:
      waiting
    • setWaiting

      public void setWaiting(@Nullable Long waiting)
    • initializing

      public ProcessInfoFlowNodeStatesCountersValue initializing(@Nullable Long initializing)
    • getInitializing

      @Nullable public Long getInitializing()
      number of instance of the given Flow Node in initializing state
      Returns:
      initializing
    • setInitializing

      public void setInitializing(@Nullable Long initializing)
    • completing

      public ProcessInfoFlowNodeStatesCountersValue completing(@Nullable Long completing)
    • getCompleting

      @Nullable public Long getCompleting()
      number of instance of the given Flow Node in completing state
      Returns:
      completing
    • setCompleting

      public void setCompleting(@Nullable Long completing)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object