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

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

public class ManualCPMAdGroupBids
extends AdGroupBids
implements Serializable

Adgroup level bids used in manual CPM bidding strategy.

See Also:
Serialized Form

Constructor Summary
ManualCPMAdGroupBids()
           
ManualCPMAdGroupBids(String adGroupBidsType, Bid maxCpm)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Bid getMaxCpm()
          Gets the maxCpm value for this ManualCPMAdGroupBids.
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 setMaxCpm(Bid maxCpm)
          Sets the maxCpm value for this ManualCPMAdGroupBids.
 
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

ManualCPMAdGroupBids

public ManualCPMAdGroupBids()

ManualCPMAdGroupBids

public ManualCPMAdGroupBids(String adGroupBidsType,
                            Bid maxCpm)
Method Detail

getMaxCpm

public Bid getMaxCpm()
Gets the maxCpm value for this ManualCPMAdGroupBids.

Returns:
maxCpm * Max CPM (cost per thousand impressions) bid. This field can be selected using the value "MaxCpm".This field can be filtered on.

setMaxCpm

public void setMaxCpm(Bid maxCpm)
Sets the maxCpm value for this ManualCPMAdGroupBids.

Parameters:
maxCpm - * Max CPM (cost per thousand impressions) bid. This field can be selected using the value "MaxCpm".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.