Class ImageUpload
java.lang.Object
com.woorea.openstack.glance.model.ImageUpload
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImage()
getStore()
void
void
setInputStream
(InputStream inputStream) void
-
Field Details
-
image
-
store
-
properties
-
inputStream
-
-
Constructor Details
-
ImageUpload
-
-
Method Details
-
getImage
-
setImage
-
getStore
- Returns:
- the store
-
setStore
- Parameters:
store
- the store to set
-
getProperties
- Returns:
- the properties
-
getInputStream
- Returns:
- the inputStream
-
setInputStream
- Parameters:
inputStream
- the inputStream to set
-