public class Job extends GenericModel
ConceptExpansion service. It contains and id and a Job.Status| Modifier and Type | Class and Description | 
|---|---|
| static class  | Job.StatusThe Job Status. | 
| Constructor and Description | 
|---|
| Job()Instantiates a new job. | 
| Job(String id)Instantiates a new job. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId()Gets the id. | 
| Job.Status | getStatus()Gets the status. | 
| void | setId(String id)Sets the id. | 
| void | setStatus(Job.Status status)Sets the status. | 
equals, hashCode, toStringpublic Job()
public Job(String id)
id - the idpublic String getId()
public Job.Status getStatus()
public void setId(String id)
id - the new idpublic void setStatus(Job.Status status)
status - the new statusCopyright © 2015–2016. All rights reserved.