Class ImageDownload
- java.lang.Object
-
- com.woorea.openstack.glance.model.ImageDownload
-
public class ImageDownload extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Imageimageprivate java.io.InputStreaminputStream
-
Constructor Summary
Constructors Constructor Description ImageDownload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImagegetImage()java.io.InputStreamgetInputStream()voidsetImage(Image image)voidsetInputStream(java.io.InputStream inputStream)
-
-
-
Field Detail
-
image
private Image image
-
inputStream
private java.io.InputStream inputStream
-
-
Method Detail
-
getImage
public Image getImage()
- Returns:
- the image
-
setImage
public void setImage(Image image)
- Parameters:
image- the image to set
-
getInputStream
public java.io.InputStream getInputStream()
- Returns:
- the inputStream
-
setInputStream
public void setInputStream(java.io.InputStream inputStream)
- Parameters:
inputStream- the inputStream to set
-
-