|
||||||||||
| 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.AdGroupEstimate
public class AdGroupEstimate
Represents the estimate results for a single ad group.
| Constructor Summary | |
|---|---|
AdGroupEstimate()
|
|
AdGroupEstimate(String estimateType,
Long adGroupId,
KeywordEstimate[] keywordEstimates)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getAdGroupId()
Gets the adGroupId value for this AdGroupEstimate. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
KeywordEstimate[] |
getKeywordEstimates()
Gets the keywordEstimates value for this AdGroupEstimate. |
KeywordEstimate |
getKeywordEstimates(int i)
|
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 AdGroupEstimate. |
void |
setKeywordEstimates(int i,
KeywordEstimate _value)
|
void |
setKeywordEstimates(KeywordEstimate[] keywordEstimates)
Sets the keywordEstimates value for this AdGroupEstimate. |
| 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 AdGroupEstimate()
public AdGroupEstimate(String estimateType,
Long adGroupId,
KeywordEstimate[] keywordEstimates)
| Method Detail |
|---|
public Long getAdGroupId()
null for new ad groups.public void setAdGroupId(Long adGroupId)
adGroupId - * The adGroupId of the ad group specified in the request.
This will be null for new ad groups.public KeywordEstimate[] getKeywordEstimates()
public void setKeywordEstimates(KeywordEstimate[] keywordEstimates)
keywordEstimates - * The estimates for the keywords specified in the request.
The list of estimates are returned in the same
order as the keywords that
were sent in the request.public KeywordEstimate getKeywordEstimates(int i)
public void setKeywordEstimates(int i,
KeywordEstimate _value)
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 | |||||||||