public class StatusReport extends Object implements Serializable
| Constructor and Description |
|---|
StatusReport() |
StatusReport(String error,
String errorDetails,
ExecutionEvent[] events,
boolean isCompleted,
JobOutput[] output,
String plan) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getError()
Gets the error value for this StatusReport.
|
String |
getErrorDetails()
Gets the errorDetails value for this StatusReport.
|
ExecutionEvent[] |
getEvents()
Gets the events value for this StatusReport.
|
ExecutionEvent |
getEvents(int i) |
JobOutput[] |
getOutput()
Gets the output value for this StatusReport.
|
JobOutput |
getOutput(int i) |
String |
getPlan()
Gets the plan value for this StatusReport.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isIsCompleted()
Gets the isCompleted value for this StatusReport.
|
void |
setError(String error)
Sets the error value for this StatusReport.
|
void |
setErrorDetails(String errorDetails)
Sets the errorDetails value for this StatusReport.
|
void |
setEvents(ExecutionEvent[] events)
Sets the events value for this StatusReport.
|
void |
setEvents(int i,
ExecutionEvent _value) |
void |
setIsCompleted(boolean isCompleted)
Sets the isCompleted value for this StatusReport.
|
void |
setOutput(int i,
JobOutput _value) |
void |
setOutput(JobOutput[] output)
Sets the output value for this StatusReport.
|
void |
setPlan(String plan)
Sets the plan value for this StatusReport.
|
public StatusReport()
public StatusReport(String error, String errorDetails, ExecutionEvent[] events, boolean isCompleted, JobOutput[] output, String plan)
public boolean isIsCompleted()
public void setIsCompleted(boolean isCompleted)
isCompleted - public String getPlan()
public void setPlan(String plan)
plan - public ExecutionEvent[] getEvents()
public void setEvents(ExecutionEvent[] events)
events - public ExecutionEvent getEvents(int i)
public void setEvents(int i,
ExecutionEvent _value)
public JobOutput[] getOutput()
public void setOutput(JobOutput[] output)
output - public JobOutput getOutput(int i)
public void setOutput(int i,
JobOutput _value)
public String getError()
public void setError(String error)
error - public String getErrorDetails()
public void setErrorDetails(String errorDetails)
errorDetails - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.