Package com.woorea.openstack.swift.model
Class ObjectForUpload
java.lang.Object
com.woorea.openstack.swift.model.ObjectForUpload
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setContainer
(String container) void
setInputStream
(InputStream inputStream) void
-
Field Details
-
container
-
name
-
properties
-
inputStream
-
-
Constructor Details
-
ObjectForUpload
public ObjectForUpload()
-
-
Method Details
-
getContainer
- Returns:
- the container
-
setContainer
- Parameters:
container
- the container to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getProperties
- Returns:
- the properties
-
getInputStream
- Returns:
- the inputStream
-
setInputStream
- Parameters:
inputStream
- the inputStream to set
-