public class MobileDeviceSubmodelTargeting extends Object
LineItem.
Java class for MobileDeviceSubmodelTargeting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileDeviceSubmodelTargeting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="targetedMobileDeviceSubmodels" type="{https://www.google.com/apis/ads/publisher/v201802}Technology" maxOccurs="unbounded" minOccurs="0"/>
<element name="excludedMobileDeviceSubmodels" type="{https://www.google.com/apis/ads/publisher/v201802}Technology" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Technology> |
excludedMobileDeviceSubmodels |
protected List<Technology> |
targetedMobileDeviceSubmodels |
| Constructor and Description |
|---|
MobileDeviceSubmodelTargeting() |
| Modifier and Type | Method and Description |
|---|---|
List<Technology> |
getExcludedMobileDeviceSubmodels()
Gets the value of the excludedMobileDeviceSubmodels property.
|
List<Technology> |
getTargetedMobileDeviceSubmodels()
Gets the value of the targetedMobileDeviceSubmodels property.
|
protected List<Technology> targetedMobileDeviceSubmodels
protected List<Technology> excludedMobileDeviceSubmodels
public List<Technology> getTargetedMobileDeviceSubmodels()
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 targetedMobileDeviceSubmodels property.
For example, to add a new item, do as follows:
getTargetedMobileDeviceSubmodels().add(newItem);
Objects of the following type(s) are allowed in the list
Technology
public List<Technology> getExcludedMobileDeviceSubmodels()
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 excludedMobileDeviceSubmodels property.
For example, to add a new item, do as follows:
getExcludedMobileDeviceSubmodels().add(newItem);
Objects of the following type(s) are allowed in the list
Technology
Copyright © 2018. All Rights Reserved.