|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.openidconnect.Address
public class Address
| Constructor Summary | |
|---|---|
Address()
Default Constructor |
|
| Method Summary | |
|---|---|
String |
getCountry()
Getter for country |
String |
getLocality()
Getter for locality |
String |
getPostalCode()
Getter for postalCode |
String |
getRegion()
Getter for region |
String |
getStreetAddress()
Getter for streetAddress |
void |
setCountry(String country)
Setter for country |
void |
setLocality(String locality)
Setter for locality |
void |
setPostalCode(String postalCode)
Setter for postalCode |
void |
setRegion(String region)
Setter for region |
void |
setStreetAddress(String streetAddress)
Setter for streetAddress |
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 Address()
| Method Detail |
|---|
public void setStreetAddress(String streetAddress)
public String getStreetAddress()
public void setLocality(String locality)
public String getLocality()
public void setRegion(String region)
public String getRegion()
public void setPostalCode(String postalCode)
public String getPostalCode()
public void setCountry(String country)
public String getCountry()
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 | |||||||||