Class ImageLoadResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.ImageLoadResponse
- All Implemented Interfaces:
Serializable
Response object for responses containing an Image
- Author:
- norbert
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor used by JAXBImageLoadResponse
(Message message, ResponseInfo responseInfo, Image image) Constructor with message, response info and image -
Method Summary
Modifier and TypeMethodDescriptiongetImage()
void
void
setStagingStatus
(StagingStatus stagingStatus) Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
ImageLoadResponse
public ImageLoadResponse()Constructor used by JAXB -
ImageLoadResponse
Constructor with message, response info and image- Parameters:
message
- messageresponseInfo
- response infoimage
- image
-
-
Method Details
-
getImage
- Returns:
- the image
-
setImage
- Parameters:
image
- the image to set
-
getStagingStatus
-
setStagingStatus
-