|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.NameValuePair
public class NameValuePair
| Constructor Summary | |
|---|---|
NameValuePair()
Default Constructor |
|
NameValuePair(String name,
String value)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getName()
Getter for name |
String |
getValue()
Getter for value |
NameValuePair |
setName(String name)
Setter for name |
NameValuePair |
setValue(String value)
Setter for value |
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 NameValuePair()
public NameValuePair(String name,
String value)
| Method Detail |
|---|
public NameValuePair setName(String name)
public String getName()
public NameValuePair setValue(String value)
public String getValue()
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 | |||||||||