|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Error
public class Error
| Constructor Summary | |
|---|---|
Error()
Default Constructor |
|
Error(String name,
String message,
String informationLink)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getDebugId()
Getter for debugId |
List<ErrorDetails> |
getDetails()
Getter for details |
String |
getInformationLink()
Getter for informationLink |
String |
getMessage()
Getter for message |
String |
getName()
Getter for name |
Error |
setDebugId(String debugId)
Setter for debugId |
Error |
setDetails(List<ErrorDetails> details)
Setter for details |
Error |
setInformationLink(String informationLink)
Setter for informationLink |
Error |
setMessage(String message)
Setter for message |
Error |
setName(String name)
Setter for name |
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 name,
String message,
String informationLink)
| Method Detail |
|---|
public Error setName(String name)
public String getName()
public Error setDebugId(String debugId)
public String getDebugId()
public Error setMessage(String message)
public String getMessage()
public Error setInformationLink(String informationLink)
public String getInformationLink()
public Error setDetails(List<ErrorDetails> details)
public List<ErrorDetails> getDetails()
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 | |||||||||