public class TypeAttributeMapEntry extends Object
Java class for Type_AttributeMapEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Type_AttributeMapEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{https://adwords.google.com/api/adwords/o/v201809}AttributeType" minOccurs="0"/>
<element name="value" type="{https://adwords.google.com/api/adwords/o/v201809}Attribute" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributeType |
key |
protected Attribute |
value |
| Constructor and Description |
|---|
TypeAttributeMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
getKey()
Gets the value of the key property.
|
Attribute |
getValue()
Gets the value of the value property.
|
void |
setKey(AttributeType value)
Sets the value of the key property.
|
void |
setValue(Attribute value)
Sets the value of the value property.
|
protected AttributeType key
protected Attribute value
public AttributeType getKey()
AttributeTypepublic void setKey(AttributeType value)
value - allowed object is
AttributeTypepublic Attribute getValue()
AttributeCopyright © 2023. All rights reserved.