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