Class ConstructLoadResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.ConstructLoadResponse
- All Implemented Interfaces:
Serializable
Class representing the construct load response.
- Author:
- johannes2
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor used by JAXBConstructLoadResponse
(Message message, ResponseInfo responseInfo) Create instance with message and responseinfo -
Method Summary
Modifier and TypeMethodDescriptionReturns the loaded constructvoid
setConstruct
(Construct construct) Sets the construct for this responseMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
ConstructLoadResponse
public ConstructLoadResponse()Constructor used by JAXB -
ConstructLoadResponse
Create instance with message and responseinfo- Parameters:
message
-responseInfo
-
-
-
Method Details
-
getConstruct
Returns the loaded construct- Returns:
-
setConstruct
Sets the construct for this response- Parameters:
construct
-
-