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
public class ExecutionResponse extends AbstractItemResponse<ExecutionModel>
Response containing information about a scheduler execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionResponse()
Create 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 Detail
-
ExecutionResponse
public ExecutionResponse()
Create empty response
-
ExecutionResponse
public ExecutionResponse(ExecutionModel item, ResponseInfo responseInfo)
Create response with execution and info- Parameters:
item
- itemresponseInfo
- info
-
-