public abstract class ApiError extends Object implements Serializable
| Constructor and Description |
|---|
ApiError() |
ApiError(String fieldPath,
FieldPathElement[] fieldPathElements,
String trigger,
String errorString) |
| 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
|
String |
getErrorString()
Gets the errorString value for this ApiError.
|
String |
getFieldPath()
Gets the fieldPath value for this ApiError.
|
FieldPathElement[] |
getFieldPathElements()
Gets the fieldPathElements value for this ApiError.
|
FieldPathElement |
getFieldPathElements(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTrigger()
Gets the trigger value for this ApiError.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setErrorString(String errorString)
Sets the errorString value for this ApiError.
|
void |
setFieldPath(String fieldPath)
Sets the fieldPath value for this ApiError.
|
void |
setFieldPathElements(FieldPathElement[] fieldPathElements)
Sets the fieldPathElements value for this ApiError.
|
void |
setFieldPathElements(int i,
FieldPathElement _value) |
void |
setTrigger(String trigger)
Sets the trigger value for this ApiError.
|
String |
toString() |
public ApiError()
public ApiError(String fieldPath, FieldPathElement[] fieldPathElements, String trigger, String errorString)
public String getFieldPath()
public void setFieldPath(String fieldPath)
fieldPath - public FieldPathElement[] getFieldPathElements()
public void setFieldPathElements(FieldPathElement[] fieldPathElements)
fieldPathElements - public FieldPathElement getFieldPathElements(int i)
public void setFieldPathElements(int i,
FieldPathElement _value)
public String getTrigger()
public void setTrigger(String trigger)
trigger - public String getErrorString()
public void setErrorString(String errorString)
errorString - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.