java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Download
All Implemented Interfaces:
Serializable

public class Download extends PlannerApiResource implements Serializable
See Also:
  • Constructor Details

    • Download

      public Download()
    • Download

      public Download(String id, String name, Date createdOn, String jobName, String size, int documentsCount)
  • Method Details

    • getId

      public String getId()
      id of the Download
    • setId

      public void setId(String id)
    • getName

      public String getName()
      name of the Download
    • setName

      public void setName(String name)
    • getCreatedRawLong

      public long getCreatedRawLong()
      createdRawLong of the Download
    • setCreatedRawLong

      public void setCreatedRawLong(long createdRawLong)
    • getCreatedOn

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

      public void setCreatedOn(Date createdOn)
    • getJobName

      public String getJobName()
      jobName of the Download
    • setJobName

      public void setJobName(String jobName)
    • getSize

      public String getSize()
      size of the Download
    • setSize

      public void setSize(String size)
    • getDocumentsCount

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

      public void setDocumentsCount(int documentsCount)
    • getCreatedRaw

      public String getCreatedRaw()
      createdRaw of the Download
    • setCreatedRaw

      public void setCreatedRaw(String createdRaw)
    • getSelections

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

      public void setSelections(List<String> selections)
    • getDocuments

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

      public void setDocuments(List<String> documents)
    • getLinks

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

      public String getJobStatus()
    • setJobStatus

      public void setJobStatus(String jobStatus)
    • getJobErrorDescription

      public String getJobErrorDescription()
    • setJobErrorDescription

      public void setJobErrorDescription(String jobErrorDescription)
    • getJobStartDate

      public String getJobStartDate()
    • setJobStartDate

      public void setJobStartDate(String jobStartDate)
    • getJobEndDate

      public String getJobEndDate()
    • setJobEndDate

      public void setJobEndDate(String jobEndDate)