public class AdGroupFeed extends Object
Java class for AdGroupFeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupFeed">
<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="adGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="matchingFunction" type="{https://adwords.google.com/api/adwords/cm/v201809}Function" minOccurs="0"/>
<element name="placeholderTypes" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{https://adwords.google.com/api/adwords/cm/v201809}AdGroupFeed.Status" minOccurs="0"/>
<element name="baseCampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="baseAdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
baseAdGroupId |
protected Long |
baseCampaignId |
protected Long |
feedId |
protected Function |
matchingFunction |
protected List<Integer> |
placeholderTypes |
protected AdGroupFeedStatus |
status |
| Constructor and Description |
|---|
AdGroupFeed() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getBaseAdGroupId()
Gets the value of the baseAdGroupId property.
|
Long |
getBaseCampaignId()
Gets the value of the baseCampaignId property.
|
Long |
getFeedId()
Gets the value of the feedId property.
|
Function |
getMatchingFunction()
Gets the value of the matchingFunction property.
|
List<Integer> |
getPlaceholderTypes()
Gets the value of the placeholderTypes property.
|
AdGroupFeedStatus |
getStatus()
Gets the value of the status property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setBaseAdGroupId(Long value)
Sets the value of the baseAdGroupId property.
|
void |
setBaseCampaignId(Long value)
Sets the value of the baseCampaignId property.
|
void |
setFeedId(Long value)
Sets the value of the feedId property.
|
void |
setMatchingFunction(Function value)
Sets the value of the matchingFunction property.
|
void |
setStatus(AdGroupFeedStatus value)
Sets the value of the status property.
|
protected Long feedId
protected Long adGroupId
protected Function matchingFunction
protected AdGroupFeedStatus status
protected Long baseCampaignId
protected Long baseAdGroupId
public Long getFeedId()
Longpublic void setFeedId(Long value)
value - allowed object is
Longpublic Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic Function getMatchingFunction()
Functionpublic void setMatchingFunction(Function value)
value - allowed object is
Functionpublic List<Integer> getPlaceholderTypes()
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 placeholderTypes property.
For example, to add a new item, do as follows:
getPlaceholderTypes().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public AdGroupFeedStatus getStatus()
AdGroupFeedStatuspublic void setStatus(AdGroupFeedStatus value)
value - allowed object is
AdGroupFeedStatuspublic Long getBaseCampaignId()
Longpublic void setBaseCampaignId(Long value)
value - allowed object is
Longpublic Long getBaseAdGroupId()
LongCopyright © 2023. All rights reserved.