@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class AddressInformation extends Object
Contains address information.
| 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 getCity()
The city associated with the address.
public void setCity(String city)
public String getCountry()
Specifies the country associated with the address.
public void setCountry(String country)
public String getFax()
A Fax number associated with the address if one is available.
public void setFax(String fax)
public String getPhone()
A phone number associated with the address.
public void setPhone(String phone)
public String getState()
The state or province associated with the address.
public void setState(String state)
public String getStreet1()
The first line of the address.
public void setStreet1(String street1)
public String getStreet2()
The second line of the address (optional).
public void setStreet2(String street2)
public String getZip()
The zip or postal code associated with the address.
public void setZip(String zip)
Copyright © 2017. All Rights Reserved.