public class ObjectForUpload extends Object
Constructor and Description |
---|
ObjectForUpload() |
Modifier and Type | Method and Description |
---|---|
String |
getContainer() |
InputStream |
getInputStream() |
String |
getName() |
Map<String,Object> |
getProperties() |
void |
setContainer(String container) |
void |
setInputStream(InputStream inputStream) |
void |
setName(String name) |
public String getContainer()
public void setContainer(String container)
container
- the container to setpublic String getName()
public void setName(String name)
name
- the name to setpublic InputStream getInputStream()
public void setInputStream(InputStream inputStream)
inputStream
- the inputStream to setCopyright © 2012–2014. All rights reserved.