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