public final class TechnologyTargeting
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TechnologyTargeting() |
Modifier and Type | Method and Description |
---|---|
TechnologyTargeting |
clone() |
List<Browser> |
getBrowsers()
Browsers that this ad targets.
|
List<ConnectionType> |
getConnectionTypes()
Connection types that this ad targets.
|
List<MobileCarrier> |
getMobileCarriers()
Mobile carriers that this ad targets.
|
List<OperatingSystem> |
getOperatingSystems()
Operating systems that this ad targets.
|
List<OperatingSystemVersion> |
getOperatingSystemVersions()
Operating system versions that this ad targets.
|
List<PlatformType> |
getPlatformTypes()
Platform types that this ad targets.
|
TechnologyTargeting |
set(String fieldName,
Object value) |
TechnologyTargeting |
setBrowsers(List<Browser> browsers)
Browsers that this ad targets.
|
TechnologyTargeting |
setConnectionTypes(List<ConnectionType> connectionTypes)
Connection types that this ad targets.
|
TechnologyTargeting |
setMobileCarriers(List<MobileCarrier> mobileCarriers)
Mobile carriers that this ad targets.
|
TechnologyTargeting |
setOperatingSystems(List<OperatingSystem> operatingSystems)
Operating systems that this ad targets.
|
TechnologyTargeting |
setOperatingSystemVersions(List<OperatingSystemVersion> operatingSystemVersions)
Operating system versions that this ad targets.
|
TechnologyTargeting |
setPlatformTypes(List<PlatformType> platformTypes)
Platform types that this ad targets.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<Browser> getBrowsers()
null
for nonepublic TechnologyTargeting setBrowsers(List<Browser> browsers)
browsers
- browsers or null
for nonepublic List<ConnectionType> getConnectionTypes()
null
for nonepublic TechnologyTargeting setConnectionTypes(List<ConnectionType> connectionTypes)
connectionTypes
- connectionTypes or null
for nonepublic List<MobileCarrier> getMobileCarriers()
null
for nonepublic TechnologyTargeting setMobileCarriers(List<MobileCarrier> mobileCarriers)
mobileCarriers
- mobileCarriers or null
for nonepublic List<OperatingSystemVersion> getOperatingSystemVersions()
null
for nonepublic TechnologyTargeting setOperatingSystemVersions(List<OperatingSystemVersion> operatingSystemVersions)
operatingSystemVersions
- operatingSystemVersions or null
for nonepublic List<OperatingSystem> getOperatingSystems()
null
for nonepublic TechnologyTargeting setOperatingSystems(List<OperatingSystem> operatingSystems)
operatingSystems
- operatingSystems or null
for nonepublic List<PlatformType> getPlatformTypes()
null
for nonepublic TechnologyTargeting setPlatformTypes(List<PlatformType> platformTypes)
platformTypes
- platformTypes or null
for nonepublic TechnologyTargeting set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public TechnologyTargeting clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.