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 booleancanEqual(Object other)booleanequals(Object o)StringgetDebugId()StringgetInformationLink()StringgetMessage()StringgetName()inthashCode()voidsetDebugId(String debugId)voidsetInformationLink(String informationLink)voidsetMessage(String message)voidsetName(String name)StringtoString()
-
-
-
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)
-
-