Class ObjectForUpload


  • public class ObjectForUpload
    extends Object
    • Constructor Detail

      • ObjectForUpload

        public ObjectForUpload()
    • Method Detail

      • 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