public class LongStatsMapEntry extends Object
Java class for Long_StatsMapEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Long_StatsMapEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="value" type="{https://www.google.com/apis/ads/publisher/v201711}Stats" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
key |
protected Stats |
value |
| Constructor and Description |
|---|
LongStatsMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getKey()
Gets the value of the key property.
|
Stats |
getValue()
Gets the value of the value property.
|
void |
setKey(Long value)
Sets the value of the key property.
|
void |
setValue(Stats value)
Sets the value of the value property.
|
Copyright © 2018. All Rights Reserved.