public class AdminJobStatusResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
id
id - need one of these so that we can implement AdminObjectIf
|
private AdminJob[] |
jobs
array of Job records
|
private java.lang.String |
name
Scheduler name
|
private long |
timestampMS
timestamp - in MS since 1-Jan, 1970 - the data in the response was captured at this timestamp
|
Constructor and Description |
---|
AdminJobStatusResponse()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getId() |
AdminJob[] |
getJobs() |
java.lang.String |
getName() |
long |
getTimestampMS() |
void |
setId(int id) |
void |
setJobs(AdminJob[] jobs) |
void |
setName(java.lang.String name) |
void |
setTimestampMS(long timestampMS) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private long timestampMS
private java.lang.String name
private AdminJob[] jobs
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public long getTimestampMS()
public void setTimestampMS(long timestampMS)
timestampMS
- the timestampMS to setpublic AdminJob[] getJobs()
public void setJobs(AdminJob[] jobs)
jobs
- the jobs to setpublic int getId()
public void setId(int id)
id
- the id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setCopyright © 2018 DS Data Systems UK Ltd.