public class TechnologyTargeting extends Object
LineItem objects the ability to target or exclude
technologies.
Java class for TechnologyTargeting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TechnologyTargeting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bandwidthGroupTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}BandwidthGroupTargeting" minOccurs="0"/>
<element name="browserTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}BrowserTargeting" minOccurs="0"/>
<element name="browserLanguageTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}BrowserLanguageTargeting" minOccurs="0"/>
<element name="deviceCapabilityTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}DeviceCapabilityTargeting" minOccurs="0"/>
<element name="deviceCategoryTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}DeviceCategoryTargeting" minOccurs="0"/>
<element name="deviceManufacturerTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}DeviceManufacturerTargeting" minOccurs="0"/>
<element name="mobileCarrierTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}MobileCarrierTargeting" minOccurs="0"/>
<element name="mobileDeviceTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}MobileDeviceTargeting" minOccurs="0"/>
<element name="mobileDeviceSubmodelTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}MobileDeviceSubmodelTargeting" minOccurs="0"/>
<element name="operatingSystemTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}OperatingSystemTargeting" minOccurs="0"/>
<element name="operatingSystemVersionTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}OperatingSystemVersionTargeting" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BandwidthGroupTargeting |
bandwidthGroupTargeting |
protected BrowserLanguageTargeting |
browserLanguageTargeting |
protected BrowserTargeting |
browserTargeting |
protected DeviceCapabilityTargeting |
deviceCapabilityTargeting |
protected DeviceCategoryTargeting |
deviceCategoryTargeting |
protected DeviceManufacturerTargeting |
deviceManufacturerTargeting |
protected MobileCarrierTargeting |
mobileCarrierTargeting |
protected MobileDeviceSubmodelTargeting |
mobileDeviceSubmodelTargeting |
protected MobileDeviceTargeting |
mobileDeviceTargeting |
protected OperatingSystemTargeting |
operatingSystemTargeting |
protected OperatingSystemVersionTargeting |
operatingSystemVersionTargeting |
| Constructor and Description |
|---|
TechnologyTargeting() |
| Modifier and Type | Method and Description |
|---|---|
BandwidthGroupTargeting |
getBandwidthGroupTargeting()
Gets the value of the bandwidthGroupTargeting property.
|
BrowserLanguageTargeting |
getBrowserLanguageTargeting()
Gets the value of the browserLanguageTargeting property.
|
BrowserTargeting |
getBrowserTargeting()
Gets the value of the browserTargeting property.
|
DeviceCapabilityTargeting |
getDeviceCapabilityTargeting()
Gets the value of the deviceCapabilityTargeting property.
|
DeviceCategoryTargeting |
getDeviceCategoryTargeting()
Gets the value of the deviceCategoryTargeting property.
|
DeviceManufacturerTargeting |
getDeviceManufacturerTargeting()
Gets the value of the deviceManufacturerTargeting property.
|
MobileCarrierTargeting |
getMobileCarrierTargeting()
Gets the value of the mobileCarrierTargeting property.
|
MobileDeviceSubmodelTargeting |
getMobileDeviceSubmodelTargeting()
Gets the value of the mobileDeviceSubmodelTargeting property.
|
MobileDeviceTargeting |
getMobileDeviceTargeting()
Gets the value of the mobileDeviceTargeting property.
|
OperatingSystemTargeting |
getOperatingSystemTargeting()
Gets the value of the operatingSystemTargeting property.
|
OperatingSystemVersionTargeting |
getOperatingSystemVersionTargeting()
Gets the value of the operatingSystemVersionTargeting property.
|
void |
setBandwidthGroupTargeting(BandwidthGroupTargeting value)
Sets the value of the bandwidthGroupTargeting property.
|
void |
setBrowserLanguageTargeting(BrowserLanguageTargeting value)
Sets the value of the browserLanguageTargeting property.
|
void |
setBrowserTargeting(BrowserTargeting value)
Sets the value of the browserTargeting property.
|
void |
setDeviceCapabilityTargeting(DeviceCapabilityTargeting value)
Sets the value of the deviceCapabilityTargeting property.
|
void |
setDeviceCategoryTargeting(DeviceCategoryTargeting value)
Sets the value of the deviceCategoryTargeting property.
|
void |
setDeviceManufacturerTargeting(DeviceManufacturerTargeting value)
Sets the value of the deviceManufacturerTargeting property.
|
void |
setMobileCarrierTargeting(MobileCarrierTargeting value)
Sets the value of the mobileCarrierTargeting property.
|
void |
setMobileDeviceSubmodelTargeting(MobileDeviceSubmodelTargeting value)
Sets the value of the mobileDeviceSubmodelTargeting property.
|
void |
setMobileDeviceTargeting(MobileDeviceTargeting value)
Sets the value of the mobileDeviceTargeting property.
|
void |
setOperatingSystemTargeting(OperatingSystemTargeting value)
Sets the value of the operatingSystemTargeting property.
|
void |
setOperatingSystemVersionTargeting(OperatingSystemVersionTargeting value)
Sets the value of the operatingSystemVersionTargeting property.
|
protected BandwidthGroupTargeting bandwidthGroupTargeting
protected BrowserTargeting browserTargeting
protected BrowserLanguageTargeting browserLanguageTargeting
protected DeviceCapabilityTargeting deviceCapabilityTargeting
protected DeviceCategoryTargeting deviceCategoryTargeting
protected DeviceManufacturerTargeting deviceManufacturerTargeting
protected MobileCarrierTargeting mobileCarrierTargeting
protected MobileDeviceTargeting mobileDeviceTargeting
protected MobileDeviceSubmodelTargeting mobileDeviceSubmodelTargeting
protected OperatingSystemTargeting operatingSystemTargeting
protected OperatingSystemVersionTargeting operatingSystemVersionTargeting
public BandwidthGroupTargeting getBandwidthGroupTargeting()
BandwidthGroupTargetingpublic void setBandwidthGroupTargeting(BandwidthGroupTargeting value)
value - allowed object is
BandwidthGroupTargetingpublic BrowserTargeting getBrowserTargeting()
BrowserTargetingpublic void setBrowserTargeting(BrowserTargeting value)
value - allowed object is
BrowserTargetingpublic BrowserLanguageTargeting getBrowserLanguageTargeting()
BrowserLanguageTargetingpublic void setBrowserLanguageTargeting(BrowserLanguageTargeting value)
value - allowed object is
BrowserLanguageTargetingpublic DeviceCapabilityTargeting getDeviceCapabilityTargeting()
DeviceCapabilityTargetingpublic void setDeviceCapabilityTargeting(DeviceCapabilityTargeting value)
value - allowed object is
DeviceCapabilityTargetingpublic DeviceCategoryTargeting getDeviceCategoryTargeting()
DeviceCategoryTargetingpublic void setDeviceCategoryTargeting(DeviceCategoryTargeting value)
value - allowed object is
DeviceCategoryTargetingpublic DeviceManufacturerTargeting getDeviceManufacturerTargeting()
DeviceManufacturerTargetingpublic void setDeviceManufacturerTargeting(DeviceManufacturerTargeting value)
value - allowed object is
DeviceManufacturerTargetingpublic MobileCarrierTargeting getMobileCarrierTargeting()
MobileCarrierTargetingpublic void setMobileCarrierTargeting(MobileCarrierTargeting value)
value - allowed object is
MobileCarrierTargetingpublic MobileDeviceTargeting getMobileDeviceTargeting()
MobileDeviceTargetingpublic void setMobileDeviceTargeting(MobileDeviceTargeting value)
value - allowed object is
MobileDeviceTargetingpublic MobileDeviceSubmodelTargeting getMobileDeviceSubmodelTargeting()
MobileDeviceSubmodelTargetingpublic void setMobileDeviceSubmodelTargeting(MobileDeviceSubmodelTargeting value)
value - allowed object is
MobileDeviceSubmodelTargetingpublic OperatingSystemTargeting getOperatingSystemTargeting()
OperatingSystemTargetingpublic void setOperatingSystemTargeting(OperatingSystemTargeting value)
value - allowed object is
OperatingSystemTargetingpublic OperatingSystemVersionTargeting getOperatingSystemVersionTargeting()
OperatingSystemVersionTargetingpublic void setOperatingSystemVersionTargeting(OperatingSystemVersionTargeting value)
value - allowed object is
OperatingSystemVersionTargetingCopyright © 2018. All Rights Reserved.