Class ObjectForUpload

java.lang.Object
com.woorea.openstack.swift.model.ObjectForUpload

public class ObjectForUpload extends Object
  • Field Details

  • Constructor Details

    • ObjectForUpload

      public ObjectForUpload()
  • Method Details

    • getContainer

      public String getContainer()
      Returns:
      the container
    • setContainer

      public void setContainer(String container)
      Parameters:
      container - the container to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getProperties

      public Map<String,Object> getProperties()
      Returns:
      the properties
    • getInputStream

      public InputStream getInputStream()
      Returns:
      the inputStream
    • setInputStream

      public void setInputStream(InputStream inputStream)
      Parameters:
      inputStream - the inputStream to set