| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Metro |
Metro.clone() |
Metro |
Metro.set(java.lang.String fieldName,
java.lang.Object value) |
Metro |
Metro.setCountryCode(java.lang.String countryCode)
Country code of the country to which this metro region belongs.
|
Metro |
Metro.setCountryDartId(java.lang.Long countryDartId)
DART ID of the country to which this metro region belongs.
|
Metro |
Metro.setDartId(java.lang.Long dartId)
DART ID of this metro region.
|
Metro |
Metro.setDmaId(java.lang.Long dmaId)
DMA ID of this metro region.
|
Metro |
Metro.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Metro |
Metro.setMetroCode(java.lang.String metroCode)
Metro code of this metro region.
|
Metro |
Metro.setName(java.lang.String name)
Name of this metro region.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Metro> |
MetrosListResponse.getMetros()
Metro collection.
|
java.util.List<Metro> |
GeoTargeting.getMetros()
Metros to be targeted.
|
| Modifier and Type | Method and Description |
|---|---|
MetrosListResponse |
MetrosListResponse.setMetros(java.util.List<Metro> metros)
Metro collection.
|
GeoTargeting |
GeoTargeting.setMetros(java.util.List<Metro> metros)
Metros to be targeted.
|