|
||||||||||
| 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.EstimateRequest
com.google.api.ads.adwords.v201109.o.KeywordEstimateRequest
public class KeywordEstimateRequest
Represents a keyword to be estimated.
| Constructor Summary | |
|---|---|
KeywordEstimateRequest()
|
|
KeywordEstimateRequest(String estimateRequestType,
Keyword keyword,
Money maxCpc,
Boolean isNegative)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Boolean |
getIsNegative()
Gets the isNegative value for this KeywordEstimateRequest. |
Keyword |
getKeyword()
Gets the keyword value for this KeywordEstimateRequest. |
Money |
getMaxCpc()
Gets the maxCpc value for this KeywordEstimateRequest. |
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 |
setIsNegative(Boolean isNegative)
Sets the isNegative value for this KeywordEstimateRequest. |
void |
setKeyword(Keyword keyword)
Sets the keyword value for this KeywordEstimateRequest. |
void |
setMaxCpc(Money maxCpc)
Sets the maxCpc value for this KeywordEstimateRequest. |
| Methods inherited from class com.google.api.ads.adwords.v201109.o.EstimateRequest |
|---|
getEstimateRequestType, setEstimateRequestType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeywordEstimateRequest()
public KeywordEstimateRequest(String estimateRequestType,
Keyword keyword,
Money maxCpc,
Boolean isNegative)
| Method Detail |
|---|
public Keyword getKeyword()
Keyword to estimate. The keyword text is required
regardless
of whether the keyword ID is included. The keyword
ID is optional and has
the following characteristics:
null.public void setKeyword(Keyword keyword)
keyword - * The Keyword to estimate. The keyword text is required
regardless
of whether the keyword ID is included. The keyword
ID is optional and has
the following characteristics:
null.public Money getMaxCpc()
maxCpc of a KeywordEstimateRequest
is
optional, since there is usually another maxCpc that can be used,
such as the maxCpc on an existing keyword,
an existing or
overriding maxCpc of containing AdGroupEstimateRequest.
However, if there is no backup value of maxCpc anywhere along the
line, you must provide a value for maxCpc
in
KeywordEstimateRequest. This would happen,
for example, if the
KeywordEstimateRequest is for a new keyword.public void setMaxCpc(Money maxCpc)
maxCpc - * The max CPC bid for this keyword.
In general, the maxCpc of a KeywordEstimateRequest
is
optional, since there is usually another maxCpc that can be used,
such as the maxCpc on an existing keyword,
an existing or
overriding maxCpc of containing AdGroupEstimateRequest.
However, if there is no backup value of maxCpc anywhere along the
line, you must provide a value for maxCpc
in
KeywordEstimateRequest. This would happen,
for example, if the
KeywordEstimateRequest is for a new keyword.public Boolean getIsNegative()
The estimate for negative keywords should reflect no traffic and zero CPC, but including a negative keyword will affect the other estimates in the request.
public void setIsNegative(Boolean isNegative)
isNegative - * Whether the keyword is negative or not. The default value is
false.
If negative, no current ad group ads will appear
for searches containing
this keyword.The estimate for negative keywords should reflect no traffic and zero CPC, but including a negative keyword will affect the other estimates in the request.
public boolean equals(Object obj)
equals in class EstimateRequestpublic int hashCode()
hashCode in class EstimateRequestpublic 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 | |||||||||