public class CampaignFeed extends Object
Java class for CampaignFeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignFeed">
<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="campaignId" 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}CampaignFeed.Status" minOccurs="0"/>
<element name="baseCampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
baseCampaignId |
protected Long |
campaignId |
protected Long |
feedId |
protected Function |
matchingFunction |
protected List<Integer> |
placeholderTypes |
protected CampaignFeedStatus |
status |
| Constructor and Description |
|---|
CampaignFeed() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBaseCampaignId()
Gets the value of the baseCampaignId property.
|
Long |
getCampaignId()
Gets the value of the campaignId 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.
|
CampaignFeedStatus |
getStatus()
Gets the value of the status property.
|
void |
setBaseCampaignId(Long value)
Sets the value of the baseCampaignId property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId 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(CampaignFeedStatus value)
Sets the value of the status property.
|
protected Long feedId
protected Long campaignId
protected Function matchingFunction
protected CampaignFeedStatus status
protected Long baseCampaignId
public Long getFeedId()
Longpublic void setFeedId(Long value)
value - allowed object is
Longpublic Long getCampaignId()
Longpublic void setCampaignId(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 CampaignFeedStatus getStatus()
CampaignFeedStatuspublic void setStatus(CampaignFeedStatus value)
value - allowed object is
CampaignFeedStatuspublic Long getBaseCampaignId()
LongCopyright © 2023. All rights reserved.