public class DecimalRoundedResult extends Object
Java class for DecimalRoundedResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DecimalRoundedResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Unit" type="{https://bingads.microsoft.com/AdInsight/v13}ScaleUnit" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ScaleUnit |
unit |
protected Double |
value |
| Constructor and Description |
|---|
DecimalRoundedResult() |
| Modifier and Type | Method and Description |
|---|---|
ScaleUnit |
getUnit()
Gets the value of the unit property.
|
Double |
getValue()
Gets the value of the value property.
|
void |
setUnit(ScaleUnit value)
Sets the value of the unit property.
|
void |
setValue(Double value)
Sets the value of the value property.
|
public Double getValue()
Doublepublic void setValue(Double value)
value - allowed object is
Doublepublic ScaleUnit getUnit()
ScaleUnitCopyright © 2024. All rights reserved.