public class LongValue extends NumberValue
Java class for LongValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LongValue">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}NumberValue">
<sequence>
<element name="number" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
number |
comparableValueType| Constructor and Description |
|---|
LongValue() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getNumber()
Gets the value of the number property.
|
void |
setNumber(Long value)
Sets the value of the number property.
|
getComparableValueType, setComparableValueTypeprotected Long number
Copyright © 2023. All rights reserved.