|
||||||||||
| 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.CampaignEstimate
public class CampaignEstimate
Represents the estimate results for a single campaign.
| Constructor Summary | |
|---|---|
CampaignEstimate()
|
|
CampaignEstimate(String estimateType,
Long campaignId,
AdGroupEstimate[] adGroupEstimates)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
AdGroupEstimate[] |
getAdGroupEstimates()
Gets the adGroupEstimates value for this CampaignEstimate. |
AdGroupEstimate |
getAdGroupEstimates(int i)
|
Long |
getCampaignId()
Gets the campaignId value for this CampaignEstimate. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
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 |
setAdGroupEstimates(AdGroupEstimate[] adGroupEstimates)
Sets the adGroupEstimates value for this CampaignEstimate. |
void |
setAdGroupEstimates(int i,
AdGroupEstimate _value)
|
void |
setCampaignId(Long campaignId)
Sets the campaignId value for this CampaignEstimate. |
| 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 CampaignEstimate()
public CampaignEstimate(String estimateType,
Long campaignId,
AdGroupEstimate[] adGroupEstimates)
| Method Detail |
|---|
public Long getCampaignId()
null for new campaigns.public void setCampaignId(Long campaignId)
campaignId - * The campaignId of the campaign specified in the request.
This will be null for new campaigns.public AdGroupEstimate[] getAdGroupEstimates()
public void setAdGroupEstimates(AdGroupEstimate[] adGroupEstimates)
adGroupEstimates - * The estimates for the ad groups belonging to this campaign
in the request.
They will be returned in the same order that they
were sent in the request.public AdGroupEstimate getAdGroupEstimates(int i)
public void setAdGroupEstimates(int i,
AdGroupEstimate _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 | |||||||||