Package org.duracloud.storage.domain
Class RetrievedContent
- java.lang.Object
-
- org.duracloud.storage.domain.RetrievedContent
-
public class RetrievedContent extends Object
Container for retrieved content items- Author:
- Bill Branan Date: 4/20/18
-
-
Constructor Summary
Constructors Constructor Description RetrievedContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getContentProperties()InputStreamgetContentStream()voidsetContentProperties(Map<String,String> contentProperties)voidsetContentStream(InputStream contentStream)
-
-
-
Method Detail
-
getContentStream
public InputStream getContentStream()
-
setContentStream
public void setContentStream(InputStream contentStream)
-
-