public class AdCustomizerFeedAttribute extends Object
Java class for AdCustomizerFeedAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdCustomizerFeedAttribute">
<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}AdCustomizerFeedAttribute.Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected AdCustomizerFeedAttributeType |
type |
| Constructor and Description |
|---|
AdCustomizerFeedAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
AdCustomizerFeedAttributeType |
getType()
Gets the value of the type property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(AdCustomizerFeedAttributeType value)
Sets the value of the type property.
|
protected Long id
protected String name
protected AdCustomizerFeedAttributeType type
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic AdCustomizerFeedAttributeType getType()
AdCustomizerFeedAttributeTypepublic void setType(AdCustomizerFeedAttributeType value)
value - allowed object is
AdCustomizerFeedAttributeTypeCopyright © 2023. All rights reserved.