Package com.woorea.openstack.swift.model
Class ObjectDownload
- java.lang.Object
-
- com.woorea.openstack.swift.model.ObjectDownload
-
public class ObjectDownload extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectDownload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetInputStream()ObjectgetObject()voidsetInputStream(InputStream inputStream)voidsetObject(Object object)
-
-
-
Method Detail
-
getObject
public Object getObject()
- Returns:
- the object
-
setObject
public void setObject(Object object)
- Parameters:
object- the object to set
-
getInputStream
public InputStream getInputStream()
- Returns:
- the inputStream
-
setInputStream
public void setInputStream(InputStream inputStream)
- Parameters:
inputStream- the inputStream to set
-
-