public class

GiftMessageResponse

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.GiftMessageResponse

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String entityId
private String error
private Boolean result
private static TypeDesc typeDesc
Public Constructors
GiftMessageResponse()
GiftMessageResponse(String entityId, Boolean result, String error)
Public Methods
synchronized boolean equals(Object obj)
static 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 Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String entityId

private String error

private Boolean result

private static TypeDesc typeDesc

Public Constructors

public GiftMessageResponse ()

public GiftMessageResponse (String entityId, Boolean result, String error)

Parameters
entityId
result
error

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getEntityId ()

Gets the entityId value for this GiftMessageResponse.

Returns
  • entityId

public String getError ()

Gets the error value for this GiftMessageResponse.

Returns
  • error

public Boolean getResult ()

Gets the result value for this GiftMessageResponse.

Returns
  • result

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setEntityId (String entityId)

Sets the entityId value for this GiftMessageResponse.

Parameters
entityId

public void setError (String error)

Sets the error value for this GiftMessageResponse.

Parameters
error

public void setResult (Boolean result)

Sets the result value for this GiftMessageResponse.

Parameters
result