public class ProcessPause extends Object
Constructor and Description |
---|
ProcessPause()
Constructor without fields use for jackson
|
ProcessPause(String type,
int tenant,
Boolean pauseAll) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getPauseAll()
Gets the pauseAll param
|
Integer |
getTenant()
Gets the tenant
|
String |
getType()
Gets the type
|
void |
setPauseAll(Boolean pauseAll)
Sets the pauseAll
|
void |
setTenant(Integer tenant)
Sets the tenant
|
void |
setType(String type)
Sets the type
|
public String getType()
public void setType(String type)
type
- the type to setpublic Integer getTenant()
public void setTenant(Integer tenant)
tenant
- the tenant to setpublic Boolean getPauseAll()
public void setPauseAll(Boolean pauseAll)
pauseAll
- the pauseAll to setCopyright © 2018 Vitam. All rights reserved.