public class JobInfo
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
JobInfo.StatusType |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJobId()
The unique job ID assigned by ArcGIS Server.
|
JobInfo.StatusType |
getJobStatus()
The job status.
|
com.google.gwt.core.client.JsArray<GPMessage> |
getMessages()
An array of messages that include the message type and a description.
|
public final java.lang.String getJobId()
public final JobInfo.StatusType getJobStatus()
public final com.google.gwt.core.client.JsArray<GPMessage> getMessages()