public class StatsEstimate extends Object
averageCpc, averagePosition and clickThroughRate will be
null when not defined and clicksPerDay or impressionsPerDay
is 0, respectively.
Java class for StatsEstimate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatsEstimate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="averageCpc" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="averagePosition" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="clickThroughRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="clicksPerDay" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="impressionsPerDay" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="totalCost" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
averageCpc |
protected Double |
averagePosition |
protected Float |
clicksPerDay |
protected Double |
clickThroughRate |
protected Float |
impressionsPerDay |
protected Money |
totalCost |
| Constructor and Description |
|---|
StatsEstimate() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getAverageCpc()
Gets the value of the averageCpc property.
|
Double |
getAveragePosition()
Gets the value of the averagePosition property.
|
Float |
getClicksPerDay()
Gets the value of the clicksPerDay property.
|
Double |
getClickThroughRate()
Gets the value of the clickThroughRate property.
|
Float |
getImpressionsPerDay()
Gets the value of the impressionsPerDay property.
|
Money |
getTotalCost()
Gets the value of the totalCost property.
|
void |
setAverageCpc(Money value)
Sets the value of the averageCpc property.
|
void |
setAveragePosition(Double value)
Sets the value of the averagePosition property.
|
void |
setClicksPerDay(Float value)
Sets the value of the clicksPerDay property.
|
void |
setClickThroughRate(Double value)
Sets the value of the clickThroughRate property.
|
void |
setImpressionsPerDay(Float value)
Sets the value of the impressionsPerDay property.
|
void |
setTotalCost(Money value)
Sets the value of the totalCost property.
|
protected Money averageCpc
protected Double averagePosition
protected Double clickThroughRate
protected Float clicksPerDay
protected Float impressionsPerDay
protected Money totalCost
public Money getAverageCpc()
Moneypublic void setAverageCpc(Money value)
value - allowed object is
Moneypublic Double getAveragePosition()
Doublepublic void setAveragePosition(Double value)
value - allowed object is
Doublepublic Double getClickThroughRate()
Doublepublic void setClickThroughRate(Double value)
value - allowed object is
Doublepublic Float getClicksPerDay()
Floatpublic void setClicksPerDay(Float value)
value - allowed object is
Floatpublic Float getImpressionsPerDay()
Floatpublic void setImpressionsPerDay(Float value)
value - allowed object is
Floatpublic Money getTotalCost()
MoneyCopyright © 2023. All rights reserved.