public class OfflineError extends Object implements Serializable
Proposal workflows can have background tasks that
may have offline errors.| Constructor and Description |
|---|
OfflineError() |
OfflineError(String fieldPath,
String trigger,
DateTime errorTime,
String reason) |
| 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
|
DateTime |
getErrorTime()
Gets the errorTime value for this OfflineError.
|
String |
getFieldPath()
Gets the fieldPath value for this OfflineError.
|
String |
getReason()
Gets the reason value for this OfflineError.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTrigger()
Gets the trigger value for this OfflineError.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setErrorTime(DateTime errorTime)
Sets the errorTime value for this OfflineError.
|
void |
setFieldPath(String fieldPath)
Sets the fieldPath value for this OfflineError.
|
void |
setReason(String reason)
Sets the reason value for this OfflineError.
|
void |
setTrigger(String trigger)
Sets the trigger value for this OfflineError.
|
String |
toString() |
public String getFieldPath()
public void setFieldPath(String fieldPath)
fieldPath - * The OGNL field path to identify cause of error.public String getTrigger()
public void setTrigger(String trigger)
trigger - * The data that caused the error.public DateTime getErrorTime()
public void setErrorTime(DateTime errorTime)
errorTime - * The time when this error occurred.public String getReason()
public void setReason(String reason)
reason - * The error reason represented by a string.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.