public class NotificationErrorContainer extends Object
| Constructor and Description |
|---|
NotificationErrorContainer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
NotificationErrorContainer |
errorCode(String errorCode) |
String |
getErrorCode()
The Adyen code that is mapped to the error message.
|
String |
getMessage()
A short explanation of the issue.
|
int |
hashCode() |
NotificationErrorContainer |
message(String message) |
void |
setErrorCode(String errorCode) |
void |
setMessage(String message) |
String |
toString() |
public NotificationErrorContainer errorCode(String errorCode)
public String getErrorCode()
public void setErrorCode(String errorCode)
public NotificationErrorContainer message(String message)
public String getMessage()
public void setMessage(String message)
Copyright © 2022. All rights reserved.