com.google.api.ads.adwords.v201109.cm
Class PercentCPAAdGroupBids

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.AdGroupBids
      extended by com.google.api.ads.adwords.v201109.cm.PercentCPAAdGroupBids
All Implemented Interfaces:
Serializable

public class PercentCPAAdGroupBids
extends AdGroupBids
implements Serializable

AdGroup level bids used in percent CPA bidding strategy. PercentCPA bidding strategy and bids are available only to some advertisers.

See Also:
Serialized Form

Constructor Summary
PercentCPAAdGroupBids()
           
PercentCPAAdGroupBids(String adGroupBidsType, Integer percentCpa)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Integer getPercentCpa()
          Gets the percentCpa value for this PercentCPAAdGroupBids.
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 setPercentCpa(Integer percentCpa)
          Sets the percentCpa value for this PercentCPAAdGroupBids.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.AdGroupBids
getAdGroupBidsType, setAdGroupBidsType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentCPAAdGroupBids

public PercentCPAAdGroupBids()

PercentCPAAdGroupBids

public PercentCPAAdGroupBids(String adGroupBidsType,
                             Integer percentCpa)
Method Detail

getPercentCpa

public Integer getPercentCpa()
Gets the percentCpa value for this PercentCPAAdGroupBids.

Returns:
percentCpa * Percent CPA set for this ad group, used for calculating the bid value. This field can be selected using the value "PercentCpa".This field can be filtered on.

setPercentCpa

public void setPercentCpa(Integer percentCpa)
Sets the percentCpa value for this PercentCPAAdGroupBids.

Parameters:
percentCpa - * Percent CPA set for this ad group, used for calculating the bid value. This field can be selected using the value "PercentCpa".This field can be filtered on.

equals

public boolean equals(Object obj)
Overrides:
equals in class AdGroupBids

hashCode

public int hashCode()
Overrides:
hashCode in class AdGroupBids

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2011. All Rights Reserved.