public class PriceTableRow extends Object
Java class for PriceTableRow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceTableRow">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="header" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="finalUrls" type="{https://adwords.google.com/api/adwords/cm/v201809}UrlList" minOccurs="0"/>
<element name="finalMobileUrls" type="{https://adwords.google.com/api/adwords/cm/v201809}UrlList" minOccurs="0"/>
<element name="price" type="{https://adwords.google.com/api/adwords/cm/v201809}MoneyWithCurrency" minOccurs="0"/>
<element name="priceUnit" type="{https://adwords.google.com/api/adwords/cm/v201809}PriceExtensionPriceUnit" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected UrlList |
finalMobileUrls |
protected UrlList |
finalUrls |
protected String |
header |
protected MoneyWithCurrency |
price |
protected PriceExtensionPriceUnit |
priceUnit |
| Constructor and Description |
|---|
PriceTableRow() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
UrlList |
getFinalMobileUrls()
Gets the value of the finalMobileUrls property.
|
UrlList |
getFinalUrls()
Gets the value of the finalUrls property.
|
String |
getHeader()
Gets the value of the header property.
|
MoneyWithCurrency |
getPrice()
Gets the value of the price property.
|
PriceExtensionPriceUnit |
getPriceUnit()
Gets the value of the priceUnit property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFinalMobileUrls(UrlList value)
Sets the value of the finalMobileUrls property.
|
void |
setFinalUrls(UrlList value)
Sets the value of the finalUrls property.
|
void |
setHeader(String value)
Sets the value of the header property.
|
void |
setPrice(MoneyWithCurrency value)
Sets the value of the price property.
|
void |
setPriceUnit(PriceExtensionPriceUnit value)
Sets the value of the priceUnit property.
|
protected String header
protected String description
protected UrlList finalUrls
protected UrlList finalMobileUrls
protected MoneyWithCurrency price
protected PriceExtensionPriceUnit priceUnit
public String getHeader()
Stringpublic void setHeader(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic UrlList getFinalUrls()
UrlListpublic void setFinalUrls(UrlList value)
value - allowed object is
UrlListpublic UrlList getFinalMobileUrls()
UrlListpublic void setFinalMobileUrls(UrlList value)
value - allowed object is
UrlListpublic MoneyWithCurrency getPrice()
MoneyWithCurrencypublic void setPrice(MoneyWithCurrency value)
value - allowed object is
MoneyWithCurrencypublic PriceExtensionPriceUnit getPriceUnit()
PriceExtensionPriceUnitpublic void setPriceUnit(PriceExtensionPriceUnit value)
value - allowed object is
PriceExtensionPriceUnitCopyright © 2023. All rights reserved.