public class TrackingEventPing extends Object implements Serializable
| Constructor and Description |
|---|
TrackingEventPing() |
TrackingEventPing(String uri,
Boolean hasError) |
| 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
|
Boolean |
getHasError()
Gets the hasError value for this TrackingEventPing.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUri()
Gets the uri value for this TrackingEventPing.
|
int |
hashCode() |
void |
setHasError(Boolean hasError)
Sets the hasError value for this TrackingEventPing.
|
void |
setUri(String uri)
Sets the uri value for this TrackingEventPing.
|
String |
toString() |
public String getUri()
public void setUri(String uri)
uri - public Boolean getHasError()
public void setHasError(Boolean hasError)
hasError - 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.