|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.openidconnect.Error
public class Error
| Constructor Summary | |
|---|---|
Error()
Default Constructor |
|
Error(String error)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
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 |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Error()
public Error(String error)
| Method Detail |
|---|
public void setError(String error)
public String getError()
public void setErrorDescription(String errorDescription)
public String getErrorDescription()
public void setErrorUri(String errorUri)
public String getErrorUri()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||