public class AdCustomizerFeed extends Object
An AdCustomizerFeed is a view of a regular Feed, but with some simplifications intended to support the most common use cases.
Java class for AdCustomizerFeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdCustomizerFeed">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="feedId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="feedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="feedStatus" type="{https://adwords.google.com/api/adwords/cm/v201809}Feed.Status" minOccurs="0"/>
<element name="feedAttributes" type="{https://adwords.google.com/api/adwords/cm/v201809}AdCustomizerFeedAttribute" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AdCustomizerFeedAttribute> |
feedAttributes |
protected Long |
feedId |
protected String |
feedName |
protected FeedStatus |
feedStatus |
| Constructor and Description |
|---|
AdCustomizerFeed() |
| Modifier and Type | Method and Description |
|---|---|
List<AdCustomizerFeedAttribute> |
getFeedAttributes()
Gets the value of the feedAttributes property.
|
Long |
getFeedId()
Gets the value of the feedId property.
|
String |
getFeedName()
Gets the value of the feedName property.
|
FeedStatus |
getFeedStatus()
Gets the value of the feedStatus property.
|
void |
setFeedId(Long value)
Sets the value of the feedId property.
|
void |
setFeedName(String value)
Sets the value of the feedName property.
|
void |
setFeedStatus(FeedStatus value)
Sets the value of the feedStatus property.
|
protected Long feedId
protected String feedName
protected FeedStatus feedStatus
protected List<AdCustomizerFeedAttribute> feedAttributes
public Long getFeedId()
Longpublic void setFeedId(Long value)
value - allowed object is
Longpublic String getFeedName()
Stringpublic void setFeedName(String value)
value - allowed object is
Stringpublic FeedStatus getFeedStatus()
FeedStatuspublic void setFeedStatus(FeedStatus value)
value - allowed object is
FeedStatuspublic List<AdCustomizerFeedAttribute> getFeedAttributes()
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 feedAttributes property.
For example, to add a new item, do as follows:
getFeedAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
AdCustomizerFeedAttribute
Copyright © 2023. All rights reserved.