Class ProcessPause

java.lang.Object
fr.gouv.vitam.common.model.ProcessPause

public class ProcessPause extends Object
Model to pause processes.
  • Constructor Details

    • ProcessPause

      public ProcessPause()
      Constructor without fields use for jackson
    • ProcessPause

      public ProcessPause(String type, int tenant, Boolean pauseAll)
      Parameters:
      type -
      tenant -
  • Method Details

    • getType

      public String getType()
      Gets the type
      Returns:
      the type
    • setType

      public void setType(String type)
      Sets the type
      Parameters:
      type - the type to set
    • getTenant

      public Integer getTenant()
      Gets the tenant
      Returns:
      the tenant
    • setTenant

      public void setTenant(Integer tenant)
      Sets the tenant
      Parameters:
      tenant - the tenant to set
    • getPauseAll

      public Boolean getPauseAll()
      Gets the pauseAll param
      Returns:
      the pauseAll
    • setPauseAll

      public void setPauseAll(Boolean pauseAll)
      Sets the pauseAll
      Parameters:
      pauseAll - the pauseAll to set