public class AttributeFieldMapping extends Object
For a list of feed placeholders, see https://developers.google.com/adwords/api/docs/appendix/placeholders
Java class for AttributeFieldMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeFieldMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="feedAttributeId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="fieldId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
feedAttributeId |
protected Integer |
fieldId |
| Constructor and Description |
|---|
AttributeFieldMapping() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFeedAttributeId()
Gets the value of the feedAttributeId property.
|
Integer |
getFieldId()
Gets the value of the fieldId property.
|
void |
setFeedAttributeId(Long value)
Sets the value of the feedAttributeId property.
|
void |
setFieldId(Integer value)
Sets the value of the fieldId property.
|
public Long getFeedAttributeId()
Longpublic void setFeedAttributeId(Long value)
value - allowed object is
Longpublic Integer getFieldId()
IntegerCopyright © 2023. All rights reserved.