@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class JobSummary extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JobSummary.StatusEnum |
| Constructor and Description |
|---|
JobSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getEndTime()
The end time of the job.
|
String |
getId()
The job id that uniquely identifies the previously submitted job
|
String |
getJobName()
The name of the job
|
String |
getNamespace()
The namespace of the job
|
Date |
getStartTime()
The start time of the job
|
JobSummary.StatusEnum |
getStatus()
The status of the job.
|
Integer |
getTotalExceptions()
The number of exceptions
|
int |
hashCode() |
void |
setEndTime(Date endTime) |
void |
setId(String id) |
void |
setJobName(String jobName) |
void |
setNamespace(String namespace) |
void |
setStartTime(Date startTime) |
void |
setStatus(JobSummary.StatusEnum status) |
void |
setTotalExceptions(Integer totalExceptions) |
String |
toString() |
public String getId()
public void setId(String id)
public String getNamespace()
public void setNamespace(String namespace)
public String getJobName()
public void setJobName(String jobName)
public Date getStartTime()
public void setStartTime(Date startTime)
public Date getEndTime()
public void setEndTime(Date endTime)
public JobSummary.StatusEnum getStatus()
public void setStatus(JobSummary.StatusEnum status)
public Integer getTotalExceptions()
public void setTotalExceptions(Integer totalExceptions)
Copyright © 2017. All rights reserved.