Class Download
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.Download
-
- All Implemented Interfaces:
java.io.Serializable
public class Download extends PlannerApiResource implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetCreatedOn()date of creation of the Downloadjava.lang.StringgetCreatedRaw()createdRaw of the DownloadlonggetCreatedRawLong()createdRawLong of the Downloadjava.util.List<java.lang.String>getDocuments()list of id of documents for the DownloadintgetDocumentsCount()count of the documents in the Downloadjava.lang.StringgetId()id of the Downloadjava.lang.StringgetJobEndDate()java.lang.StringgetJobErrorDescription()java.lang.StringgetJobName()jobName of the Downloadjava.lang.StringgetJobStartDate()java.lang.StringgetJobStatus()java.util.List<Link>getLinks()links of the Downloadjava.lang.StringgetName()name of the Downloadjava.util.List<java.lang.String>getSelections()list of id of selection for the Downloadjava.lang.StringgetSize()size of the DownloadvoidsetCreatedOn(java.util.Date createdOn)voidsetCreatedRaw(java.lang.String createdRaw)voidsetCreatedRawLong(long createdRawLong)voidsetDocuments(java.util.List<java.lang.String> documents)voidsetDocumentsCount(int documentsCount)voidsetId(java.lang.String id)voidsetJobEndDate(java.lang.String jobEndDate)voidsetJobErrorDescription(java.lang.String jobErrorDescription)voidsetJobName(java.lang.String jobName)voidsetJobStartDate(java.lang.String jobStartDate)voidsetJobStatus(java.lang.String jobStatus)voidsetName(java.lang.String name)voidsetSelections(java.util.List<java.lang.String> selections)voidsetSize(java.lang.String size)-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
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)
-
-