public class TargetingIdea extends Object
TargetingIdea returned by search criteria specified in
the TargetingIdeaSelector. Targeting ideas are keywords or placements
that are similar to those the user inputs.
Java class for TargetingIdea complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetingIdea">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="data" type="{https://adwords.google.com/api/adwords/o/v201809}Type_AttributeMapEntry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TypeAttributeMapEntry> |
data |
| Constructor and Description |
|---|
TargetingIdea() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeAttributeMapEntry> |
getData()
Gets the value of the data property.
|
protected List<TypeAttributeMapEntry> data
public List<TypeAttributeMapEntry> getData()
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 data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
TypeAttributeMapEntry
Copyright © 2023. All rights reserved.