public class AppFeedItem extends ExtensionFeedItem
Java class for AppFeedItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppFeedItem">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ExtensionFeedItem">
<sequence>
<element name="appStore" type="{https://adwords.google.com/api/adwords/cm/v201809}AppFeedItem.AppStore" minOccurs="0"/>
<element name="appId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appLinkText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appFinalUrls" type="{https://adwords.google.com/api/adwords/cm/v201809}UrlList" minOccurs="0"/>
<element name="appFinalMobileUrls" type="{https://adwords.google.com/api/adwords/cm/v201809}UrlList" minOccurs="0"/>
<element name="appTrackingUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appFinalUrlSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appUrlCustomParameters" type="{https://adwords.google.com/api/adwords/cm/v201809}CustomParameters" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UrlList |
appFinalMobileUrls |
protected UrlList |
appFinalUrls |
protected String |
appFinalUrlSuffix |
protected String |
appId |
protected String |
appLinkText |
protected AppFeedItemAppStore |
appStore |
protected String |
appTrackingUrlTemplate |
protected String |
appUrl |
protected CustomParameters |
appUrlCustomParameters |
adGroupTargeting, campaignTargeting, devicePreference, endTime, extensionFeedItemType, feedId, feedItemId, feedType, geoTargeting, geoTargetingRestriction, keywordTargeting, policySummaries, scheduling, startTime, status| Constructor and Description |
|---|
AppFeedItem() |
| Modifier and Type | Method and Description |
|---|---|
UrlList |
getAppFinalMobileUrls()
Gets the value of the appFinalMobileUrls property.
|
UrlList |
getAppFinalUrls()
Gets the value of the appFinalUrls property.
|
String |
getAppFinalUrlSuffix()
Gets the value of the appFinalUrlSuffix property.
|
String |
getAppId()
Gets the value of the appId property.
|
String |
getAppLinkText()
Gets the value of the appLinkText property.
|
AppFeedItemAppStore |
getAppStore()
Gets the value of the appStore property.
|
String |
getAppTrackingUrlTemplate()
Gets the value of the appTrackingUrlTemplate property.
|
String |
getAppUrl()
Gets the value of the appUrl property.
|
CustomParameters |
getAppUrlCustomParameters()
Gets the value of the appUrlCustomParameters property.
|
void |
setAppFinalMobileUrls(UrlList value)
Sets the value of the appFinalMobileUrls property.
|
void |
setAppFinalUrls(UrlList value)
Sets the value of the appFinalUrls property.
|
void |
setAppFinalUrlSuffix(String value)
Sets the value of the appFinalUrlSuffix property.
|
void |
setAppId(String value)
Sets the value of the appId property.
|
void |
setAppLinkText(String value)
Sets the value of the appLinkText property.
|
void |
setAppStore(AppFeedItemAppStore value)
Sets the value of the appStore property.
|
void |
setAppTrackingUrlTemplate(String value)
Sets the value of the appTrackingUrlTemplate property.
|
void |
setAppUrl(String value)
Sets the value of the appUrl property.
|
void |
setAppUrlCustomParameters(CustomParameters value)
Sets the value of the appUrlCustomParameters 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 AppFeedItemAppStore appStore
protected String appId
protected String appLinkText
protected String appUrl
protected UrlList appFinalUrls
protected UrlList appFinalMobileUrls
protected String appTrackingUrlTemplate
protected String appFinalUrlSuffix
protected CustomParameters appUrlCustomParameters
public AppFeedItemAppStore getAppStore()
AppFeedItemAppStorepublic void setAppStore(AppFeedItemAppStore value)
value - allowed object is
AppFeedItemAppStorepublic String getAppId()
Stringpublic void setAppId(String value)
value - allowed object is
Stringpublic String getAppLinkText()
Stringpublic void setAppLinkText(String value)
value - allowed object is
Stringpublic String getAppUrl()
Stringpublic void setAppUrl(String value)
value - allowed object is
Stringpublic UrlList getAppFinalUrls()
UrlListpublic void setAppFinalUrls(UrlList value)
value - allowed object is
UrlListpublic UrlList getAppFinalMobileUrls()
UrlListpublic void setAppFinalMobileUrls(UrlList value)
value - allowed object is
UrlListpublic String getAppTrackingUrlTemplate()
Stringpublic void setAppTrackingUrlTemplate(String value)
value - allowed object is
Stringpublic String getAppFinalUrlSuffix()
Stringpublic void setAppFinalUrlSuffix(String value)
value - allowed object is
Stringpublic CustomParameters getAppUrlCustomParameters()
CustomParameterspublic void setAppUrlCustomParameters(CustomParameters value)
value - allowed object is
CustomParametersCopyright © 2023. All rights reserved.