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