java.lang.Object
org.nuxeo.ecm.automation.server.jaxrs.batch.handler.BatchFileInfo

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

    • key

      protected String key
    • filename

      protected String filename
    • mimeType

      protected String mimeType
    • length

      protected long length
    • md5

      protected String md5
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
    • getFilename

      public String getFilename()
    • getMimeType

      public String getMimeType()
    • getLength

      public long getLength()
    • getMd5

      public String getMd5()