|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.execution.workflowengine.service.stubs.StatusReport
public class StatusReport
| Constructor Summary | |
|---|---|
StatusReport()
|
|
StatusReport(String error,
String errorDetails,
ExecutionEvent[] events,
boolean isCompleted,
JobOutput[] output,
String plan)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusReport()
public StatusReport(String error,
String errorDetails,
ExecutionEvent[] events,
boolean isCompleted,
JobOutput[] output,
String plan)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||