Class BatchFileInfo


  • public class BatchFileInfo
    extends Object
    Structure that holds metadata about an uploaded file through a batch.
    Since:
    10.1
    • Field Detail

      • filename

        protected String filename
      • mimeType

        protected String mimeType
      • length

        protected long length
    • Constructor Detail

    • Method Detail

      • getKey

        public String getKey()
      • getFilename

        public String getFilename()
      • getMimeType

        public String getMimeType()
      • getLength

        public long getLength()
      • getMd5

        public String getMd5()