public final class CompaniesGetResponseAddress extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
address |
Street address
|
String |
city |
City
|
String |
country |
Country
|
String |
id |
Address ID
|
String |
state |
State
|
String |
zip |
ZIP code
|
| Constructor | Description |
|---|---|
CompaniesGetResponseAddress() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAddress() |
Get Street address
|
String |
getCity() |
Get City
|
String |
getCountry() |
Get Country
|
String |
getId() |
Get Address ID
|
String |
getState() |
Get State
|
String |
getZip() |
Get ZIP code
|
String |
toString() |
getOtherPropertiespublic String address
public String id
public String state
public String country
public String city
public String zip
public final String getAddress()
public final String getId()
public final String getState()
public final String getCountry()
public final String getCity()
public final String getZip()
Copyright © 2021. All rights reserved.