public class FeedbackMessage extends Object implements Serializable
| Constructor and Description |
|---|
FeedbackMessage() |
FeedbackMessage(String callbackID,
String log,
PackageInfoStatus[] packageInfoStatus,
String[] runningInstanceIDsList,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCallbackID()
Gets the callbackID value for this FeedbackMessage.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getLog()
Gets the log value for this FeedbackMessage.
|
PackageInfoStatus[] |
getPackageInfoStatus()
Gets the packageInfoStatus value for this FeedbackMessage.
|
PackageInfoStatus |
getPackageInfoStatus(int i) |
String[] |
getRunningInstanceIDsList()
Gets the runningInstanceIDsList value for this FeedbackMessage.
|
String |
getRunningInstanceIDsList(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getType()
Gets the type value for this FeedbackMessage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCallbackID(String callbackID)
Sets the callbackID value for this FeedbackMessage.
|
void |
setLog(String log)
Sets the log value for this FeedbackMessage.
|
void |
setPackageInfoStatus(int i,
PackageInfoStatus _value) |
void |
setPackageInfoStatus(PackageInfoStatus[] packageInfoStatus)
Sets the packageInfoStatus value for this FeedbackMessage.
|
void |
setRunningInstanceIDsList(int i,
String _value) |
void |
setRunningInstanceIDsList(String[] runningInstanceIDsList)
Sets the runningInstanceIDsList value for this FeedbackMessage.
|
void |
setType(String type)
Sets the type value for this FeedbackMessage.
|
public FeedbackMessage()
public FeedbackMessage(String callbackID, String log, PackageInfoStatus[] packageInfoStatus, String[] runningInstanceIDsList, String type)
public String getCallbackID()
public void setCallbackID(String callbackID)
callbackID - public String getLog()
public void setLog(String log)
log - public String getType()
public void setType(String type)
type - public String[] getRunningInstanceIDsList()
public void setRunningInstanceIDsList(String[] runningInstanceIDsList)
runningInstanceIDsList - public String getRunningInstanceIDsList(int i)
public void setRunningInstanceIDsList(int i,
String _value)
public PackageInfoStatus[] getPackageInfoStatus()
public void setPackageInfoStatus(PackageInfoStatus[] packageInfoStatus)
packageInfoStatus - public PackageInfoStatus getPackageInfoStatus(int i)
public void setPackageInfoStatus(int i,
PackageInfoStatus _value)
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.