public class MobileDeviceTargeting extends Object
LineItem.
Java class for MobileDeviceTargeting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileDeviceTargeting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="targetedMobileDevices" type="{https://www.google.com/apis/ads/publisher/v201708}Technology" maxOccurs="unbounded" minOccurs="0"/>
<element name="excludedMobileDevices" type="{https://www.google.com/apis/ads/publisher/v201708}Technology" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Technology> |
excludedMobileDevices |
protected List<Technology> |
targetedMobileDevices |
| Constructor and Description |
|---|
MobileDeviceTargeting() |
| Modifier and Type | Method and Description |
|---|---|
List<Technology> |
getExcludedMobileDevices()
Gets the value of the excludedMobileDevices property.
|
List<Technology> |
getTargetedMobileDevices()
Gets the value of the targetedMobileDevices property.
|
protected List<Technology> targetedMobileDevices
protected List<Technology> excludedMobileDevices
public List<Technology> getTargetedMobileDevices()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the targetedMobileDevices property.
For example, to add a new item, do as follows:
getTargetedMobileDevices().add(newItem);
Objects of the following type(s) are allowed in the list
Technology
public List<Technology> getExcludedMobileDevices()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the excludedMobileDevices property.
For example, to add a new item, do as follows:
getExcludedMobileDevices().add(newItem);
Objects of the following type(s) are allowed in the list
Technology
Copyright © 2018. All Rights Reserved.