|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.o.Estimate
com.google.api.ads.adwords.v201109.o.KeywordEstimate
public class KeywordEstimate
Represents the traffic estimate result for a single keyword.
| 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 |
|---|
public KeywordEstimate()
public KeywordEstimate(String estimateType,
Long criterionId,
StatsEstimate min,
StatsEstimate max)
| Method Detail |
|---|
public Long getCriterionId()
public void setCriterionId(Long criterionId)
criterionId - * The existing criterionId for this keyword, if any.
This will not be returned if this is a new keyword.public StatsEstimate getMin()
This is not a guarantee that actual performance will never be lower than these stats.
public void setMin(StatsEstimate min)
min - * The lower bound on the estimated stats.
This is not a guarantee that actual performance will never be lower than these stats.
public StatsEstimate getMax()
This is not a guarantee that actual performance will never be higher than these stats.
public void setMax(StatsEstimate max)
max - * The upper bound on the estimated stats.
This is not a guarantee that actual performance will never be higher than these stats.
public boolean equals(Object obj)
equals in class Estimatepublic int hashCode()
hashCode in class Estimatepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||