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