public class FeedAttribute extends Object
Java class for FeedAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedAttribute">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{https://adwords.google.com/api/adwords/cm/v201809}FeedAttribute.Type" minOccurs="0"/>
<element name="isPartOfKey" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Boolean |
isPartOfKey |
protected String |
name |
protected FeedAttributeType |
type |
| Constructor and Description |
|---|
FeedAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
FeedAttributeType |
getType()
Gets the value of the type property.
|
Boolean |
isIsPartOfKey()
Gets the value of the isPartOfKey property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIsPartOfKey(Boolean value)
Sets the value of the isPartOfKey property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(FeedAttributeType value)
Sets the value of the type property.
|
protected Long id
protected String name
protected FeedAttributeType type
protected Boolean isPartOfKey
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic FeedAttributeType getType()
FeedAttributeTypepublic void setType(FeedAttributeType value)
value - allowed object is
FeedAttributeTypepublic Boolean isIsPartOfKey()
BooleanCopyright © 2023. All rights reserved.