|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.jobarrays.JobArraySubJob
class JobArraySubJob
Represents information about a job array sub-job. This is used in retrieving Job information only. See JobArray for the fields used when creating a job array. This class exists only in MWS API version 1.
| Field Summary | |
|---|---|
private Long |
arrayIndex
The index of this sub-job. |
private String |
id
The ID of this sub-job. |
private JobStateVersion1 |
state
The current state of this sub-job. |
| Constructor Summary | |
JobArraySubJob()
|
|
| Method Summary | |
|---|---|
Long
|
getArrayIndex()
The index of this sub-job. |
String
|
getId()
The ID of this sub-job. |
JobStateVersion1
|
getState()
The current state of this sub-job. |
void
|
setArrayIndex(Long arrayIndex)
The index of this sub-job. |
void
|
setId(String id)
The ID of this sub-job. |
void
|
setState(JobStateVersion1 state)
The current state of this sub-job. |
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Long arrayIndex
Moab.1[4], the array index would be 4.
private String id
private JobStateVersion1 state
| Constructor Detail |
|---|
JobArraySubJob()
| Method Detail |
|---|
Long getArrayIndex()
Moab.1[4], the array index would be 4.
String getId()
JobStateVersion1 getState()
void setArrayIndex(Long arrayIndex)
Moab.1[4], the array index would be 4.
void setId(String id)
void setState(JobStateVersion1 state)
String toString()
Groovy Documentation