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