|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.geoprocessing.GPMessage
public class GPMessage
This class represents messages generated during the execution of a geoprocessing task. They include information such as when the task started, what parameter values are being used, the progress of the task, warnings of potential problems, and errors.
Constructor Summary | |
---|---|
GPMessage()
|
Method Summary | |
---|---|
static GPMessage |
fromJson(org.codehaus.jackson.JsonParser parser)
Static method generating a GPMessage array based on the GPMessage Json representation the Json Parser is pointing to. |
String |
getDescription()
Gets the description. |
String |
getType()
Gets the type. |
void |
setDescription(String description)
Sets the description. |
void |
setType(String type)
Sets the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GPMessage()
Method Detail |
---|
public String getType()
public String getDescription()
public void setType(String type)
type
- the type to setpublic void setDescription(String description)
description
- the description to setpublic static GPMessage fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- a Json parser pointing to a Json representation of a GPMessage object.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |