|
||||||||||
| 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.AdGroupEstimateRequest
public class AdGroupEstimateRequest
Represents an ad group that will be estimated. Ad groups may be all new or all existing, or a mixture of new and existing. Only existing campaigns can contain estimates for existing ad groups.
To make a keyword estimates request in which estimates
do not consider
existing account information (e.g. historical ad group
performance), set both
adGroupId and the enclosing CampaignEstimateRequest's
campaignId to null.
For more details on usage, refer to document at
CampaignEstimateRequest.
| Constructor Summary | |
|---|---|
AdGroupEstimateRequest()
|
|
AdGroupEstimateRequest(String estimateRequestType,
Long adGroupId,
KeywordEstimateRequest[] keywordEstimateRequests,
Money maxCpc)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getAdGroupId()
Gets the adGroupId value for this AdGroupEstimateRequest. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
KeywordEstimateRequest[] |
getKeywordEstimateRequests()
Gets the keywordEstimateRequests value for this AdGroupEstimateRequest. |
KeywordEstimateRequest |
getKeywordEstimateRequests(int i)
|
Money |
getMaxCpc()
Gets the maxCpc value for this AdGroupEstimateRequest. |
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 |
setAdGroupId(Long adGroupId)
Sets the adGroupId value for this AdGroupEstimateRequest. |
void |
setKeywordEstimateRequests(int i,
KeywordEstimateRequest _value)
|
void |
setKeywordEstimateRequests(KeywordEstimateRequest[] keywordEstimateRequests)
Sets the keywordEstimateRequests value for this AdGroupEstimateRequest. |
void |
setMaxCpc(Money maxCpc)
Sets the maxCpc value for this AdGroupEstimateRequest. |
| 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 AdGroupEstimateRequest()
public AdGroupEstimateRequest(String estimateRequestType,
Long adGroupId,
KeywordEstimateRequest[] keywordEstimateRequests,
Money maxCpc)
| Method Detail |
|---|
public Long getAdGroupId()
CampaignEstimateRequest or null.
For usage, refer to document from CampaignEstimateRequest.
public void setAdGroupId(Long adGroupId)
adGroupId - * The adGroupId for an ad group that belongs to the containing
campaign from
CampaignEstimateRequest or null.
For usage, refer to document from CampaignEstimateRequest.
public KeywordEstimateRequest[] getKeywordEstimateRequests()
null elements.
This field is
required and should not be null.public void setKeywordEstimateRequests(KeywordEstimateRequest[] keywordEstimateRequests)
keywordEstimateRequests - * The keywords to estimate.
This
field must contain distinct elements.
This
field must not contain null elements.
This field is
required and should not be null.public KeywordEstimateRequest getKeywordEstimateRequests(int i)
public void setKeywordEstimateRequests(int i,
KeywordEstimateRequest _value)
public Money getMaxCpc()
This value overrides the max CPC of AdGroup
specified by
adGroupId.
public void setMaxCpc(Money maxCpc)
maxCpc - * The max CPC bid to use for estimates for this ad group.
This value overrides the max CPC of AdGroup
specified by
adGroupId.
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 | |||||||||