com.google.api.adwords.v10
Class CampaignEstimate

java.lang.Object
  extended by com.google.api.adwords.v10.CampaignEstimate
All Implemented Interfaces:
java.io.Serializable

public class CampaignEstimate
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CampaignEstimate()
           
CampaignEstimate(AdGroupEstimate[] adGroupEstimates, java.lang.Integer id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AdGroupEstimate[] getAdGroupEstimates()
          Gets the adGroupEstimates value for this CampaignEstimate.
 AdGroupEstimate getAdGroupEstimates(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Integer getId()
          Gets the id value for this CampaignEstimate.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.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 setId(java.lang.Integer id)
          Sets the id value for this CampaignEstimate.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CampaignEstimate

public CampaignEstimate()

CampaignEstimate

public CampaignEstimate(AdGroupEstimate[] adGroupEstimates,
                        java.lang.Integer id)
Method Detail

getAdGroupEstimates

public AdGroupEstimate[] getAdGroupEstimates()
Gets the adGroupEstimates value for this CampaignEstimate.

Returns:
adGroupEstimates

setAdGroupEstimates

public void setAdGroupEstimates(AdGroupEstimate[] adGroupEstimates)
Sets the adGroupEstimates value for this CampaignEstimate.

Parameters:
adGroupEstimates -

getAdGroupEstimates

public AdGroupEstimate getAdGroupEstimates(int i)

setAdGroupEstimates

public void setAdGroupEstimates(int i,
                                AdGroupEstimate _value)

getId

public java.lang.Integer getId()
Gets the id value for this CampaignEstimate.

Returns:
id

setId

public void setId(java.lang.Integer id)
Sets the id value for this CampaignEstimate.

Parameters:
id -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 Google Corp. All Rights Reserved.