public class CustomerFeed extends Object
Java class for CustomerFeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerFeed">
<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="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}CustomerFeed.Status" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
feedId |
protected Function |
matchingFunction |
protected List<Integer> |
placeholderTypes |
protected CustomerFeedStatus |
status |
| Constructor and Description |
|---|
CustomerFeed() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CustomerFeedStatus |
getStatus()
Gets the value of the status 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(CustomerFeedStatus value)
Sets the value of the status property.
|
protected Long feedId
protected Function matchingFunction
protected CustomerFeedStatus status
public Long getFeedId()
Longpublic void setFeedId(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 CustomerFeedStatus getStatus()
CustomerFeedStatuspublic void setStatus(CustomerFeedStatus value)
value - allowed object is
CustomerFeedStatusCopyright © 2023. All rights reserved.