public class DaiIngestError extends Object implements Serializable
| Constructor and Description |
|---|
DaiIngestError() |
DaiIngestError(DaiIngestErrorReason reason,
String trigger) |
| 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
|
DaiIngestErrorReason |
getReason()
Gets the reason value for this DaiIngestError.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTrigger()
Gets the trigger value for this DaiIngestError.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setReason(DaiIngestErrorReason reason)
Sets the reason value for this DaiIngestError.
|
void |
setTrigger(String trigger)
Sets the trigger value for this DaiIngestError.
|
String |
toString() |
public DaiIngestError()
public DaiIngestError(DaiIngestErrorReason reason, String trigger)
public DaiIngestErrorReason getReason()
public void setReason(DaiIngestErrorReason reason)
reason - * The error associated with the content.public String getTrigger()
public void setTrigger(String trigger)
trigger - * The field, if any, that triggered the error.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.