public class JobResponse extends GenericModel
DocumentConversion| Constructor and Description |
|---|
JobResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of the job.
|
List<Link> |
getLinks()
Returns the links to the job.
|
String |
getName()
Returns the name of the job.
|
void |
setId(String id)
Sets the id for the job.
|
void |
setLinks(List<Link> links)
Sets the links for the jobs.
|
void |
setName(String name)
Sets the name of the job.
|
equals, hashCode, toStringpublic String getId()
public void setId(String id)
id - for the jobpublic String getName()
public void setName(String name)
name - of the jobCopyright © 2015. All rights reserved.