Class PayPalErrorResponse
- java.lang.Object
-
- com.broadleafcommerce.paypal.micro.domain.api.PayPalErrorResponse
-
- All Implemented Interfaces:
Serializable
public class PayPalErrorResponse extends Object implements Serializable
- Author:
- Nathan Moore (nathandmoore)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PayPalErrorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getDebugId()
String
getInformationLink()
String
getMessage()
String
getName()
int
hashCode()
void
setDebugId(String debugId)
void
setInformationLink(String informationLink)
void
setMessage(String message)
void
setName(String name)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getMessage
public String getMessage()
-
getDebugId
public String getDebugId()
-
getInformationLink
public String getInformationLink()
-
setName
public void setName(String name)
-
setMessage
public void setMessage(String message)
-
setDebugId
public void setDebugId(String debugId)
-
setInformationLink
public void setInformationLink(String informationLink)
-
canEqual
protected boolean canEqual(Object other)
-
-