public class ReviewFeedItem extends ExtensionFeedItem
Java class for ReviewFeedItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReviewFeedItem">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ExtensionFeedItem">
<sequence>
<element name="reviewText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reviewSourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reviewSourceUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reviewTextExactlyQuoted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
reviewSourceName |
protected String |
reviewSourceUrl |
protected String |
reviewText |
protected Boolean |
reviewTextExactlyQuoted |
adGroupTargeting, campaignTargeting, devicePreference, endTime, extensionFeedItemType, feedId, feedItemId, feedType, geoTargeting, geoTargetingRestriction, keywordTargeting, policySummaries, scheduling, startTime, status| Constructor and Description |
|---|
ReviewFeedItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReviewSourceName()
Gets the value of the reviewSourceName property.
|
String |
getReviewSourceUrl()
Gets the value of the reviewSourceUrl property.
|
String |
getReviewText()
Gets the value of the reviewText property.
|
Boolean |
isReviewTextExactlyQuoted()
Gets the value of the reviewTextExactlyQuoted property.
|
void |
setReviewSourceName(String value)
Sets the value of the reviewSourceName property.
|
void |
setReviewSourceUrl(String value)
Sets the value of the reviewSourceUrl property.
|
void |
setReviewText(String value)
Sets the value of the reviewText property.
|
void |
setReviewTextExactlyQuoted(Boolean value)
Sets the value of the reviewTextExactlyQuoted 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 reviewText
protected String reviewSourceName
protected String reviewSourceUrl
protected Boolean reviewTextExactlyQuoted
public String getReviewText()
Stringpublic void setReviewText(String value)
value - allowed object is
Stringpublic String getReviewSourceName()
Stringpublic void setReviewSourceName(String value)
value - allowed object is
Stringpublic String getReviewSourceUrl()
Stringpublic void setReviewSourceUrl(String value)
value - allowed object is
Stringpublic Boolean isReviewTextExactlyQuoted()
BooleanCopyright © 2023. All rights reserved.