Package com.adyen.model.checkout
Class ServiceError
- java.lang.Object
-
- com.adyen.model.checkout.ServiceError
-
public class ServiceError extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()StringgetErrorType()StringgetMessage()voidsetErrorCode(String errorCode)voidsetErrorType(String errorType)voidsetMessage(String message)StringtoString()
-
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
-
setErrorCode
public void setErrorCode(String errorCode)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getErrorType
public String getErrorType()
-
setErrorType
public void setErrorType(String errorType)
-
-