Class ImageDownload
java.lang.Object
com.woorea.openstack.glance.model.ImageDownload
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
image
-
inputStream
-
-
Constructor Details
-
ImageDownload
public ImageDownload()
-
-
Method Details
-
getImage
- Returns:
- the image
-
setImage
- Parameters:
image- the image to set
-
getInputStream
- Returns:
- the inputStream
-
setInputStream
- Parameters:
inputStream- the inputStream to set
-