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