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