Class NotificationErrorContainer
- java.lang.Object
-
- com.adyen.model.marketpay.notification.NotificationErrorContainer
-
public class NotificationErrorContainer extends Object
NotificationErrorContainer
-
-
Constructor Summary
Constructors Constructor Description NotificationErrorContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NotificationErrorContainererrorCode(String errorCode)StringgetErrorCode()The Adyen code that is mapped to the error message.StringgetMessage()A short explanation of the issue.inthashCode()NotificationErrorContainermessage(String message)voidsetErrorCode(String errorCode)voidsetMessage(String message)StringtoString()
-
-
-
Method Detail
-
errorCode
public NotificationErrorContainer errorCode(String errorCode)
-
getErrorCode
public String getErrorCode()
The Adyen code that is mapped to the error message.- Returns:
- errorCode
-
setErrorCode
public void setErrorCode(String errorCode)
-
message
public NotificationErrorContainer message(String message)
-
getMessage
public String getMessage()
A short explanation of the issue.- Returns:
- message
-
setMessage
public void setMessage(String message)
-
-