public class IntegerAttribute extends Attribute
Attribute type that contains an integer value.
Java class for IntegerAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntegerAttribute">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}Attribute">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
value |
attributeType| Constructor and Description |
|---|
IntegerAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getValue()
Gets the value of the value property.
|
void |
setValue(Integer value)
Sets the value of the value property.
|
getAttributeType, setAttributeTypeprotected Integer value
Copyright © 2023. All rights reserved.