summaryrefslogtreecommitdiffstats
path: root/swift-model/src/main/java/com/woorea/openstack/swift/model/ObjectDownload.java
diff options
context:
space:
mode:
Diffstat (limited to 'swift-model/src/main/java/com/woorea/openstack/swift/model/ObjectDownload.java')
-rw-r--r--swift-model/src/main/java/com/woorea/openstack/swift/model/ObjectDownload.java62
1 files changed, 31 insertions, 31 deletions
diff --git a/swift-model/src/main/java/com/woorea/openstack/swift/model/ObjectDownload.java b/swift-model/src/main/java/com/woorea/openstack/swift/model/ObjectDownload.java
index a8fd9ef..269532e 100644
--- a/swift-model/src/main/java/com/woorea/openstack/swift/model/ObjectDownload.java
+++ b/swift-model/src/main/java/com/woorea/openstack/swift/model/ObjectDownload.java
@@ -22,36 +22,36 @@ import java.io.InputStream;
public class ObjectDownload {
- private Object object;
-
- private InputStream inputStream;
-
- /**
- * @return the object
- */
- public Object getObject() {
- return object;
- }
-
- /**
- * @param object the object to set
- */
- public void setObject(Object object) {
- this.object = object;
- }
-
- /**
- * @return the inputStream
- */
- public InputStream getInputStream() {
- return inputStream;
- }
-
- /**
- * @param inputStream the inputStream to set
- */
- public void setInputStream(InputStream inputStream) {
- this.inputStream = inputStream;
- }
+ private Object object;
+
+ private InputStream inputStream;
+
+ /**
+ * @return the object
+ */
+ public Object getObject() {
+ return object;
+ }
+
+ /**
+ * @param object the object to set
+ */
+ public void setObject(Object object) {
+ this.object = object;
+ }
+
+ /**
+ * @return the inputStream
+ */
+ public InputStream getInputStream() {
+ return inputStream;
+ }
+
+ /**
+ * @param inputStream the inputStream to set
+ */
+ public void setInputStream(InputStream inputStream) {
+ this.inputStream = inputStream;
+ }
}