Class Download
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Download
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondate of creation of the DownloadcreatedRaw of the DownloadlongcreatedRawLong of the Downloadlist of id of documents for the Downloadintcount of the documents in the DownloadgetId()id of the DownloadjobName of the DownloadgetLinks()links of the DownloadgetName()name of the Downloadlist of id of selection for the DownloadgetSize()size of the DownloadvoidsetCreatedOn(Date createdOn) voidsetCreatedRaw(String createdRaw) voidsetCreatedRawLong(long createdRawLong) voidsetDocuments(List<String> documents) voidsetDocumentsCount(int documentsCount) voidvoidsetJobEndDate(String jobEndDate) voidsetJobErrorDescription(String jobErrorDescription) voidsetJobName(String jobName) voidsetJobStartDate(String jobStartDate) voidsetJobStatus(String jobStatus) voidvoidsetSelections(List<String> selections) voidMethods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Download
public Download() -
Download
-
-
Method Details
-
getId
id of the Download -
setId
-
getName
name of the Download -
setName
-
getCreatedRawLong
public long getCreatedRawLong()createdRawLong of the Download -
setCreatedRawLong
public void setCreatedRawLong(long createdRawLong) -
getCreatedOn
date of creation of the Download -
setCreatedOn
-
getJobName
jobName of the Download -
setJobName
-
getSize
size of the Download -
setSize
-
getDocumentsCount
public int getDocumentsCount()count of the documents in the Download -
setDocumentsCount
public void setDocumentsCount(int documentsCount) -
getCreatedRaw
createdRaw of the Download -
setCreatedRaw
-
getSelections
list of id of selection for the Download -
setSelections
-
getDocuments
list of id of documents for the Download -
setDocuments
-
getLinks
links of the Download -
getJobStatus
-
setJobStatus
-
getJobErrorDescription
-
setJobErrorDescription
-
getJobStartDate
-
setJobStartDate
-
getJobEndDate
-
setJobEndDate
-