public class Output extends GenericModel
DocumentConversion| Constructor and Description |
|---|
Output() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedOn()
Returns the date on which the output was created on.
|
String |
getId()
Returns the id of the output.
|
String |
getJobId()
Returns the id of the job which generated the output.
|
List<Link> |
getLinks()
Returns the links to the outputs in the collection.
|
String |
getMediaType()
Returns the media type for the output jobs.
|
String |
getSourceDocumentId()
Returns the source document for the output.
|
void |
setCreatedOn(Date createdOn)
Sets the date on which the output was created on.
|
void |
setId(String id)
Sets the id of the output.
|
void |
setJobId(String jobId)
Sets the id of the job which generated the output.
|
void |
setLinks(List<Link> links)
Sets the links to the outputs in the collection.
|
void |
setMediaType(String mediaType)
Sets the media type for the output jobs.
|
void |
setSourceDocumentId(String sourceDocumentId)
Sets the source document for the output.
|
equals, hashCode, toStringpublic String getId()
public void setId(String id)
id - the new idpublic String getJobId()
public void setJobId(String jobId)
jobId - the new job idpublic String getSourceDocumentId()
public void setSourceDocumentId(String sourceDocumentId)
sourceDocumentId - the new source document idpublic Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the new created onpublic String getMediaType()
public void setMediaType(String mediaType)
mediaType - the new media typepublic List<Link> getLinks()
Copyright © 2015. All rights reserved.