public class GiftMessageResponse extends Object implements Serializable
| Constructor and Description |
|---|
GiftMessageResponse() |
GiftMessageResponse(String entityId,
Boolean result,
String error) |
| 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 |
getEntityId()
Gets the entityId value for this GiftMessageResponse.
|
String |
getError()
Gets the error value for this GiftMessageResponse.
|
Boolean |
getResult()
Gets the result value for this GiftMessageResponse.
|
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
|
int |
hashCode() |
void |
setEntityId(String entityId)
Sets the entityId value for this GiftMessageResponse.
|
void |
setError(String error)
Sets the error value for this GiftMessageResponse.
|
void |
setResult(Boolean result)
Sets the result value for this GiftMessageResponse.
|
public String getEntityId()
public void setEntityId(String entityId)
entityId - public Boolean getResult()
public void setResult(Boolean result)
result - public String getError()
public void setError(String error)
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 Imixs Software Solutions GmbH. All rights reserved.