public class MessageFeedItem extends ExtensionFeedItem
Java class for MessageFeedItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageFeedItem">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ExtensionFeedItem">
<sequence>
<element name="messageBusinessName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="messageCountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="messagePhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="messageExtensionText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="messageText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
messageBusinessName |
protected String |
messageCountryCode |
protected String |
messageExtensionText |
protected String |
messagePhoneNumber |
protected String |
messageText |
adGroupTargeting, campaignTargeting, devicePreference, endTime, extensionFeedItemType, feedId, feedItemId, feedType, geoTargeting, geoTargetingRestriction, keywordTargeting, policySummaries, scheduling, startTime, status| Constructor and Description |
|---|
MessageFeedItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageBusinessName()
Gets the value of the messageBusinessName property.
|
String |
getMessageCountryCode()
Gets the value of the messageCountryCode property.
|
String |
getMessageExtensionText()
Gets the value of the messageExtensionText property.
|
String |
getMessagePhoneNumber()
Gets the value of the messagePhoneNumber property.
|
String |
getMessageText()
Gets the value of the messageText property.
|
void |
setMessageBusinessName(String value)
Sets the value of the messageBusinessName property.
|
void |
setMessageCountryCode(String value)
Sets the value of the messageCountryCode property.
|
void |
setMessageExtensionText(String value)
Sets the value of the messageExtensionText property.
|
void |
setMessagePhoneNumber(String value)
Sets the value of the messagePhoneNumber property.
|
void |
setMessageText(String value)
Sets the value of the messageText 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 String messageBusinessName
protected String messageCountryCode
protected String messagePhoneNumber
protected String messageExtensionText
protected String messageText
public String getMessageBusinessName()
Stringpublic void setMessageBusinessName(String value)
value - allowed object is
Stringpublic String getMessageCountryCode()
Stringpublic void setMessageCountryCode(String value)
value - allowed object is
Stringpublic String getMessagePhoneNumber()
Stringpublic void setMessagePhoneNumber(String value)
value - allowed object is
Stringpublic String getMessageExtensionText()
Stringpublic void setMessageExtensionText(String value)
value - allowed object is
Stringpublic String getMessageText()
StringCopyright © 2023. All rights reserved.