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