Package com.woorea.openstack.swift.model
Class ObjectDownload
- java.lang.Object
-
- com.woorea.openstack.swift.model.ObjectDownload
-
public class ObjectDownload extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.InputStream
inputStream
private Object
object
-
Constructor Summary
Constructors Constructor Description ObjectDownload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStream
getInputStream()
Object
getObject()
void
setInputStream(java.io.InputStream inputStream)
void
setObject(Object object)
-
-
-
Field Detail
-
object
private Object object
-
inputStream
private java.io.InputStream inputStream
-
-
Method Detail
-
getObject
public Object getObject()
- Returns:
- the object
-
setObject
public void setObject(Object object)
- Parameters:
object
- the object 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
-
-