public class SchedulerStatusResponse extends GenericResponse
Modifier and Type | Field and Description |
---|---|
protected Set<Integer> |
allowRun |
protected SchedulerStatus |
status |
Constructor and Description |
---|
SchedulerStatusResponse() |
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
getAllowRun()
IDs of Jobs that are allowed to run, although the scheduler is suspended
|
SchedulerStatus |
getStatus()
Scheduler status
|
SchedulerStatusResponse |
setAllowRun(Set<Integer> allowRun)
Set allowed Jobs IDs
|
SchedulerStatusResponse |
setStatus(SchedulerStatus status)
Set the status
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
protected SchedulerStatus status
public SchedulerStatus getStatus()
public SchedulerStatusResponse setStatus(SchedulerStatus status)
status
- statuspublic Set<Integer> getAllowRun()
public SchedulerStatusResponse setAllowRun(Set<Integer> allowRun)
allowRun
- job IDsCopyright © 2020 Gentics Software. All rights reserved.