Groovy Documentation

com.ace.mws.jobarrays
[Groovy] Class JobArraySubJob

java.lang.Object
  com.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.

Authors:
bsaville


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

arrayIndex

private Long arrayIndex
The index of this sub-job. For example, if the job ID is Moab.1[4], the array index would be 4.


id

private String id
The ID of this sub-job.


state

private JobStateVersion1 state
The current state of this sub-job.


 
Constructor Detail

JobArraySubJob

JobArraySubJob()


 
Method Detail

getArrayIndex

Long getArrayIndex()
The index of this sub-job. For example, if the job ID is Moab.1[4], the array index would be 4.


getId

String getId()
The ID of this sub-job.


getState

JobStateVersion1 getState()
The current state of this sub-job.


setArrayIndex

void setArrayIndex(Long arrayIndex)
The index of this sub-job. For example, if the job ID is Moab.1[4], the array index would be 4.


setId

void setId(String id)
The ID of this sub-job.


setState

void setState(JobStateVersion1 state)
The current state of this sub-job.


toString

String toString()


 

Groovy Documentation