Class ExecutionResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.AbstractItemResponse<ExecutionModel>
com.gentics.contentnode.rest.model.scheduler.ExecutionResponse
- All Implemented Interfaces:
Serializable
Response containing information about a scheduler execution.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate empty responseExecutionResponse
(ExecutionModel item, ResponseInfo responseInfo) Create response with execution and info -
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.response.AbstractItemResponse
getItem, setItem
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
ExecutionResponse
public ExecutionResponse()Create empty response -
ExecutionResponse
Create response with execution and info- Parameters:
item
- itemresponseInfo
- info
-