Package fr.gouv.vitam.common.model
Class ProcessPause
java.lang.Object
fr.gouv.vitam.common.model.ProcessPause
Model to pause processes.
-
Constructor Summary
ConstructorDescriptionConstructor without fields use for jacksonProcessPause
(String type, int tenant, Boolean pauseAll) -
Method Summary
-
Constructor Details
-
ProcessPause
public ProcessPause()Constructor without fields use for jackson -
ProcessPause
- Parameters:
type
-tenant
-
-
-
Method Details
-
getType
Gets the type- Returns:
- the type
-
setType
Sets the type- Parameters:
type
- the type to set
-
getTenant
Gets the tenant- Returns:
- the tenant
-
setTenant
Sets the tenant- Parameters:
tenant
- the tenant to set
-
getPauseAll
Gets the pauseAll param- Returns:
- the pauseAll
-
setPauseAll
Sets the pauseAll- Parameters:
pauseAll
- the pauseAll to set
-