public class Error extends PayPalModel
| Constructor and Description |
|---|
Error()
Default Constructor
|
Error(String error)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Getter for error
|
String |
getErrorDescription()
Getter for errorDescription
|
String |
getErrorUri()
Getter for errorUri
|
void |
setError(String error)
Setter for error
|
void |
setErrorDescription(String errorDescription)
Setter for errorDescription
|
void |
setErrorUri(String errorUri)
Setter for errorUri
|
equals, hashCode, toJSON, toStringpublic Error()
public Error(String error)
public void setError(String error)
public String getError()
public void setErrorDescription(String errorDescription)
public String getErrorDescription()
public void setErrorUri(String errorUri)
public String getErrorUri()
Copyright © 2015. All Rights Reserved.