@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-07-18T18:11:15.675-07:00") public class AddressInformation extends Object
| Constructor and Description |
|---|
AddressInformation() |
| Modifier and Type | Method and Description |
|---|---|
AddressInformation |
city(String city)
The city associated with the address.
|
AddressInformation |
country(String country)
Specifies the country associated with the address.
|
boolean |
equals(Object o) |
AddressInformation |
fax(String fax)
A Fax number associated with the address if one is available.
|
String |
getCity() |
String |
getCountry() |
String |
getFax() |
String |
getPhone() |
String |
getState() |
String |
getStreet1() |
String |
getStreet2() |
String |
getZip() |
int |
hashCode() |
AddressInformation |
phone(String phone)
A phone number associated with the address.
|
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setFax(String fax) |
void |
setPhone(String phone) |
void |
setState(String state) |
void |
setStreet1(String street1) |
void |
setStreet2(String street2) |
void |
setZip(String zip) |
AddressInformation |
state(String state)
The state or province associated with the address.
|
AddressInformation |
street1(String street1)
The first line of the address.
|
AddressInformation |
street2(String street2)
The second line of the address (optional).
|
String |
toString() |
AddressInformation |
zip(String zip)
The zip or postal code associated with the address.
|
public AddressInformation street1(String street1)
public String getStreet1()
public void setStreet1(String street1)
public AddressInformation street2(String street2)
public String getStreet2()
public void setStreet2(String street2)
public AddressInformation city(String city)
public String getCity()
public void setCity(String city)
public AddressInformation state(String state)
public String getState()
public void setState(String state)
public AddressInformation zip(String zip)
public String getZip()
public void setZip(String zip)
public AddressInformation phone(String phone)
public String getPhone()
public void setPhone(String phone)
public AddressInformation fax(String fax)
public String getFax()
public void setFax(String fax)
public AddressInformation country(String country)
public String getCountry()
public void setCountry(String country)
Copyright © 2016. All rights reserved.