public class CallingSchedulerResult extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static com.thoughtworks.xstream.XStream |
xstream |
Constructor and Description |
---|
CallingSchedulerResult() |
Modifier and Type | Method and Description |
---|---|
String |
getCancelResult() |
List<String> |
getErrors() |
String |
getMonitorResult() |
String |
getPrintResult() |
String |
getSchedulerOutcomes() |
String |
getStatus() |
String |
getTransferid() |
void |
setCancelResult(String cancelResult) |
void |
setErrors(List<String> errors) |
void |
setMonitorResult(String monitorResult) |
void |
setPrintResult(String printResult) |
void |
setSchedulerOutcomes(String schedulerOutcomes) |
void |
setStatus(String status) |
void |
setTransferid(String transferid) |
String |
toXML() |
public String getTransferid()
public void setTransferid(String transferid)
public String getStatus()
public void setStatus(String status)
public String getCancelResult()
public void setCancelResult(String cancelResult)
public String getMonitorResult()
public void setMonitorResult(String monitorResult)
public String getSchedulerOutcomes()
public void setSchedulerOutcomes(String schedulerOutcomes)
public String getPrintResult()
public void setPrintResult(String printResult)
public String toXML()
Copyright © 2019. All Rights Reserved.