Package com.woorea.openstack.swift.model
Class ObjectDownload
java.lang.Object
com.woorea.openstack.swift.model.ObjectDownload
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
object
-
inputStream
-
-
Constructor Details
-
ObjectDownload
public ObjectDownload()
-
-
Method Details
-
getObject
- Returns:
- the object
-
setObject
- Parameters:
object
- the object to set
-
getInputStream
- Returns:
- the inputStream
-
setInputStream
- Parameters:
inputStream
- the inputStream to set
-