Class AsyncUploadResult


  • public class AsyncUploadResult
    extends java.lang.Object
    The class holds the result of asynchronous upload to Backend
    • Constructor Detail

      • AsyncUploadResult

        public AsyncUploadResult​(DataIdentifier identifier,
                                 java.io.File file)
    • Method Detail

      • getFile

        public java.io.File getFile()
      • getException

        public java.lang.Exception getException()
      • setException

        public void setException​(java.lang.Exception exception)