com.google.api.ads.adwords.v201109.o
Class StatsEstimate

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.o.StatsEstimate
All Implemented Interfaces:
Serializable

public class StatsEstimate
extends Object
implements Serializable

Represents a set of stats for a traffic estimate.

See Also:
Serialized Form

Constructor Summary
StatsEstimate()
           
StatsEstimate(Money averageCpc, Double averagePosition, Float clicksPerDay, Money totalCost)
           
 
Method Summary
 boolean equals(Object obj)
           
 Money getAverageCpc()
          Gets the averageCpc value for this StatsEstimate.
 Double getAveragePosition()
          Gets the averagePosition value for this StatsEstimate.
 Float getClicksPerDay()
          Gets the clicksPerDay value for this StatsEstimate.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Money getTotalCost()
          Gets the totalCost value for this StatsEstimate.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAverageCpc(Money averageCpc)
          Sets the averageCpc value for this StatsEstimate.
 void setAveragePosition(Double averagePosition)
          Sets the averagePosition value for this StatsEstimate.
 void setClicksPerDay(Float clicksPerDay)
          Sets the clicksPerDay value for this StatsEstimate.
 void setTotalCost(Money totalCost)
          Sets the totalCost value for this StatsEstimate.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsEstimate

public StatsEstimate()

StatsEstimate

public StatsEstimate(Money averageCpc,
                     Double averagePosition,
                     Float clicksPerDay,
                     Money totalCost)
Method Detail

getAverageCpc

public Money getAverageCpc()
Gets the averageCpc value for this StatsEstimate.

Returns:
averageCpc * The estimated average CPC.

setAverageCpc

public void setAverageCpc(Money averageCpc)
Sets the averageCpc value for this StatsEstimate.

Parameters:
averageCpc - * The estimated average CPC.

getAveragePosition

public Double getAveragePosition()
Gets the averagePosition value for this StatsEstimate.

Returns:
averagePosition * The estimated average position.

setAveragePosition

public void setAveragePosition(Double averagePosition)
Sets the averagePosition value for this StatsEstimate.

Parameters:
averagePosition - * The estimated average position.

getClicksPerDay

public Float getClicksPerDay()
Gets the clicksPerDay value for this StatsEstimate.

Returns:
clicksPerDay * The estimated number of clicks per day, in floating point representation.

setClicksPerDay

public void setClicksPerDay(Float clicksPerDay)
Sets the clicksPerDay value for this StatsEstimate.

Parameters:
clicksPerDay - * The estimated number of clicks per day, in floating point representation.

getTotalCost

public Money getTotalCost()
Gets the totalCost value for this StatsEstimate.

Returns:
totalCost * The estimated total cost.

setTotalCost

public void setTotalCost(Money totalCost)
Sets the totalCost value for this StatsEstimate.

Parameters:
totalCost - * The estimated total cost.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.