public class TargetingIdeaSelector extends Object
TargetingIdeas that match the specified criteria.
Java class for TargetingIdeaSelector complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetingIdeaSelector">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="searchParameters" type="{https://adwords.google.com/api/adwords/o/v201809}SearchParameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="ideaType" type="{https://adwords.google.com/api/adwords/o/v201809}IdeaType" minOccurs="0"/>
<element name="requestType" type="{https://adwords.google.com/api/adwords/o/v201809}RequestType" minOccurs="0"/>
<element name="requestedAttributeTypes" type="{https://adwords.google.com/api/adwords/o/v201809}AttributeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="paging" type="{https://adwords.google.com/api/adwords/cm/v201809}Paging" minOccurs="0"/>
<element name="localeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currencyCode |
protected IdeaType |
ideaType |
protected String |
localeCode |
protected Paging |
paging |
protected List<AttributeType> |
requestedAttributeTypes |
protected RequestType |
requestType |
protected List<SearchParameter> |
searchParameters |
| Constructor and Description |
|---|
TargetingIdeaSelector() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyCode()
Gets the value of the currencyCode property.
|
IdeaType |
getIdeaType()
Gets the value of the ideaType property.
|
String |
getLocaleCode()
Gets the value of the localeCode property.
|
Paging |
getPaging()
Gets the value of the paging property.
|
List<AttributeType> |
getRequestedAttributeTypes()
Gets the value of the requestedAttributeTypes property.
|
RequestType |
getRequestType()
Gets the value of the requestType property.
|
List<SearchParameter> |
getSearchParameters()
Gets the value of the searchParameters property.
|
void |
setCurrencyCode(String value)
Sets the value of the currencyCode property.
|
void |
setIdeaType(IdeaType value)
Sets the value of the ideaType property.
|
void |
setLocaleCode(String value)
Sets the value of the localeCode property.
|
void |
setPaging(Paging value)
Sets the value of the paging property.
|
void |
setRequestType(RequestType value)
Sets the value of the requestType property.
|
protected List<SearchParameter> searchParameters
protected IdeaType ideaType
protected RequestType requestType
protected List<AttributeType> requestedAttributeTypes
protected Paging paging
protected String localeCode
protected String currencyCode
public List<SearchParameter> getSearchParameters()
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 searchParameters property.
For example, to add a new item, do as follows:
getSearchParameters().add(newItem);
Objects of the following type(s) are allowed in the list
SearchParameter
public IdeaType getIdeaType()
IdeaTypepublic void setIdeaType(IdeaType value)
value - allowed object is
IdeaTypepublic RequestType getRequestType()
RequestTypepublic void setRequestType(RequestType value)
value - allowed object is
RequestTypepublic List<AttributeType> getRequestedAttributeTypes()
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 requestedAttributeTypes property.
For example, to add a new item, do as follows:
getRequestedAttributeTypes().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeType
public Paging getPaging()
Pagingpublic void setPaging(Paging value)
value - allowed object is
Pagingpublic String getLocaleCode()
Stringpublic void setLocaleCode(String value)
value - allowed object is
Stringpublic String getCurrencyCode()
StringCopyright © 2023. All rights reserved.