public class PriceFeedItem extends ExtensionFeedItem
Java class for PriceFeedItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceFeedItem">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ExtensionFeedItem">
<sequence>
<element name="priceExtensionType" type="{https://adwords.google.com/api/adwords/cm/v201809}PriceExtensionType" minOccurs="0"/>
<element name="priceQualifier" type="{https://adwords.google.com/api/adwords/cm/v201809}PriceExtensionPriceQualifier" minOccurs="0"/>
<element name="trackingUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="finalUrlSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tableRows" type="{https://adwords.google.com/api/adwords/cm/v201809}PriceTableRow" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
finalUrlSuffix |
protected String |
language |
protected PriceExtensionType |
priceExtensionType |
protected PriceExtensionPriceQualifier |
priceQualifier |
protected List<PriceTableRow> |
tableRows |
protected String |
trackingUrlTemplate |
adGroupTargeting, campaignTargeting, devicePreference, endTime, extensionFeedItemType, feedId, feedItemId, feedType, geoTargeting, geoTargetingRestriction, keywordTargeting, policySummaries, scheduling, startTime, status| Constructor and Description |
|---|
PriceFeedItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFinalUrlSuffix()
Gets the value of the finalUrlSuffix property.
|
String |
getLanguage()
Gets the value of the language property.
|
PriceExtensionType |
getPriceExtensionType()
Gets the value of the priceExtensionType property.
|
PriceExtensionPriceQualifier |
getPriceQualifier()
Gets the value of the priceQualifier property.
|
List<PriceTableRow> |
getTableRows()
Gets the value of the tableRows property.
|
String |
getTrackingUrlTemplate()
Gets the value of the trackingUrlTemplate property.
|
void |
setFinalUrlSuffix(String value)
Sets the value of the finalUrlSuffix property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setPriceExtensionType(PriceExtensionType value)
Sets the value of the priceExtensionType property.
|
void |
setPriceQualifier(PriceExtensionPriceQualifier value)
Sets the value of the priceQualifier property.
|
void |
setTrackingUrlTemplate(String value)
Sets the value of the trackingUrlTemplate property.
|
getAdGroupTargeting, getCampaignTargeting, getDevicePreference, getEndTime, getExtensionFeedItemType, getFeedId, getFeedItemId, getFeedType, getGeoTargeting, getGeoTargetingRestriction, getKeywordTargeting, getPolicySummaries, getScheduling, getStartTime, getStatus, setAdGroupTargeting, setCampaignTargeting, setDevicePreference, setEndTime, setExtensionFeedItemType, setFeedId, setFeedItemId, setFeedType, setGeoTargeting, setGeoTargetingRestriction, setKeywordTargeting, setScheduling, setStartTime, setStatusprotected PriceExtensionType priceExtensionType
protected PriceExtensionPriceQualifier priceQualifier
protected String trackingUrlTemplate
protected String finalUrlSuffix
protected String language
protected List<PriceTableRow> tableRows
public PriceExtensionType getPriceExtensionType()
PriceExtensionTypepublic void setPriceExtensionType(PriceExtensionType value)
value - allowed object is
PriceExtensionTypepublic PriceExtensionPriceQualifier getPriceQualifier()
PriceExtensionPriceQualifierpublic void setPriceQualifier(PriceExtensionPriceQualifier value)
value - allowed object is
PriceExtensionPriceQualifierpublic String getTrackingUrlTemplate()
Stringpublic void setTrackingUrlTemplate(String value)
value - allowed object is
Stringpublic String getFinalUrlSuffix()
Stringpublic void setFinalUrlSuffix(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic List<PriceTableRow> getTableRows()
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 tableRows property.
For example, to add a new item, do as follows:
getTableRows().add(newItem);
Objects of the following type(s) are allowed in the list
PriceTableRow
Copyright © 2023. All rights reserved.