public class PayPalErrorResponse extends Object implements Serializable
| Constructor and Description |
|---|
PayPalErrorResponse() |
| Modifier and Type | Method and 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() |
public String getName()
public String getMessage()
public String getDebugId()
public String getInformationLink()
public void setName(String name)
public void setMessage(String message)
public void setDebugId(String debugId)
public void setInformationLink(String informationLink)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.