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

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

public class KeywordEstimate
extends Estimate
implements Serializable

Represents the traffic estimate result for a single keyword.

See Also:
Serialized Form

Constructor Summary
KeywordEstimate()
           
KeywordEstimate(String estimateType, Long criterionId, StatsEstimate min, StatsEstimate max)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getCriterionId()
          Gets the criterionId value for this KeywordEstimate.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 StatsEstimate getMax()
          Gets the max value for this KeywordEstimate.
 StatsEstimate getMin()
          Gets the min value for this KeywordEstimate.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCriterionId(Long criterionId)
          Sets the criterionId value for this KeywordEstimate.
 void setMax(StatsEstimate max)
          Sets the max value for this KeywordEstimate.
 void setMin(StatsEstimate min)
          Sets the min value for this KeywordEstimate.
 
Methods inherited from class com.google.api.ads.adwords.v201109.o.Estimate
getEstimateType, setEstimateType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordEstimate

public KeywordEstimate()

KeywordEstimate

public KeywordEstimate(String estimateType,
                       Long criterionId,
                       StatsEstimate min,
                       StatsEstimate max)
Method Detail

getCriterionId

public Long getCriterionId()
Gets the criterionId value for this KeywordEstimate.

Returns:
criterionId * The existing criterionId for this keyword, if any. This will not be returned if this is a new keyword.

setCriterionId

public void setCriterionId(Long criterionId)
Sets the criterionId value for this KeywordEstimate.

Parameters:
criterionId - * The existing criterionId for this keyword, if any. This will not be returned if this is a new keyword.

getMin

public StatsEstimate getMin()
Gets the min value for this KeywordEstimate.

Returns:
min * The lower bound on the estimated stats.

This is not a guarantee that actual performance will never be lower than these stats.


setMin

public void setMin(StatsEstimate min)
Sets the min value for this KeywordEstimate.

Parameters:
min - * The lower bound on the estimated stats.

This is not a guarantee that actual performance will never be lower than these stats.


getMax

public StatsEstimate getMax()
Gets the max value for this KeywordEstimate.

Returns:
max * The upper bound on the estimated stats.

This is not a guarantee that actual performance will never be higher than these stats.


setMax

public void setMax(StatsEstimate max)
Sets the max value for this KeywordEstimate.

Parameters:
max - * The upper bound on the estimated stats.

This is not a guarantee that actual performance will never be higher than these stats.


equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Estimate

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.