| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
City |
City.clone() |
City |
City.set(java.lang.String fieldName,
java.lang.Object value) |
City |
City.setCountryCode(java.lang.String countryCode)
Country code of the country to which this city belongs.
|
City |
City.setCountryDartId(java.lang.Long countryDartId)
DART ID of the country to which this city belongs.
|
City |
City.setDartId(java.lang.Long dartId)
DART ID of this city.
|
City |
City.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
City |
City.setMetroCode(java.lang.String metroCode)
Metro region code of the metro region (DMA) to which this city belongs.
|
City |
City.setMetroDmaId(java.lang.Long metroDmaId)
ID of the metro region (DMA) to which this city belongs.
|
City |
City.setName(java.lang.String name)
Name of this city.
|
City |
City.setRegionCode(java.lang.String regionCode)
Region code of the region to which this city belongs.
|
City |
City.setRegionDartId(java.lang.Long regionDartId)
DART ID of the region to which this city belongs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<City> |
CitiesListResponse.getCities()
City collection.
|
java.util.List<City> |
GeoTargeting.getCities()
Cities to be targeted.
|
| Modifier and Type | Method and Description |
|---|---|
CitiesListResponse |
CitiesListResponse.setCities(java.util.List<City> cities)
City collection.
|
GeoTargeting |
GeoTargeting.setCities(java.util.List<City> cities)
Cities to be targeted.
|