public class FeedAttributeOperand extends FunctionArgumentOperand
Java class for FeedAttributeOperand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedAttributeOperand">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}FunctionArgumentOperand">
<sequence>
<element name="feedId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="feedAttributeId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
feedAttributeId |
protected Long |
feedId |
functionArgumentOperandType| Constructor and Description |
|---|
FeedAttributeOperand() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFeedAttributeId()
Gets the value of the feedAttributeId property.
|
Long |
getFeedId()
Gets the value of the feedId property.
|
void |
setFeedAttributeId(Long value)
Sets the value of the feedAttributeId property.
|
void |
setFeedId(Long value)
Sets the value of the feedId property.
|
getFunctionArgumentOperandType, setFunctionArgumentOperandTypepublic Long getFeedId()
Longpublic void setFeedId(Long value)
value - allowed object is
Longpublic Long getFeedAttributeId()
LongCopyright © 2023. All rights reserved.