Class Download

    • Constructor Detail

      • Download

        public Download()
      • Download

        public Download​(java.lang.String id,
                        java.lang.String name,
                        java.util.Date createdOn,
                        java.lang.String jobName,
                        java.lang.String size,
                        int documentsCount)
    • Method Detail

      • getId

        public java.lang.String getId()
        id of the Download
      • setId

        public void setId​(java.lang.String id)
      • getName

        public java.lang.String getName()
        name of the Download
      • setName

        public void setName​(java.lang.String name)
      • getCreatedRawLong

        public long getCreatedRawLong()
        createdRawLong of the Download
      • setCreatedRawLong

        public void setCreatedRawLong​(long createdRawLong)
      • getCreatedOn

        public java.util.Date getCreatedOn()
        date of creation of the Download
      • setCreatedOn

        public void setCreatedOn​(java.util.Date createdOn)
      • getJobName

        public java.lang.String getJobName()
        jobName of the Download
      • setJobName

        public void setJobName​(java.lang.String jobName)
      • getSize

        public java.lang.String getSize()
        size of the Download
      • setSize

        public void setSize​(java.lang.String size)
      • getDocumentsCount

        public int getDocumentsCount()
        count of the documents in the Download
      • setDocumentsCount

        public void setDocumentsCount​(int documentsCount)
      • getCreatedRaw

        public java.lang.String getCreatedRaw()
        createdRaw of the Download
      • setCreatedRaw

        public void setCreatedRaw​(java.lang.String createdRaw)
      • getSelections

        public java.util.List<java.lang.String> getSelections()
        list of id of selection for the Download
      • setSelections

        public void setSelections​(java.util.List<java.lang.String> selections)
      • getDocuments

        public java.util.List<java.lang.String> getDocuments()
        list of id of documents for the Download
      • setDocuments

        public void setDocuments​(java.util.List<java.lang.String> documents)
      • getLinks

        public java.util.List<Link> getLinks()
        links of the Download
      • getJobStatus

        public java.lang.String getJobStatus()
      • setJobStatus

        public void setJobStatus​(java.lang.String jobStatus)
      • getJobErrorDescription

        public java.lang.String getJobErrorDescription()
      • setJobErrorDescription

        public void setJobErrorDescription​(java.lang.String jobErrorDescription)
      • getJobStartDate

        public java.lang.String getJobStartDate()
      • setJobStartDate

        public void setJobStartDate​(java.lang.String jobStartDate)
      • getJobEndDate

        public java.lang.String getJobEndDate()
      • setJobEndDate

        public void setJobEndDate​(java.lang.String jobEndDate)