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

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

public class ManualCPMAdGroupCriterionBids
extends AdGroupCriterionBids
implements Serializable

Data representing a criterion-level CPM bid.

See Also:
Serialized Form

Constructor Summary
ManualCPMAdGroupCriterionBids()
           
ManualCPMAdGroupCriterionBids(String adGroupCriterionBidsType, Bid maxCpm, BidSource bidSource)
           
 
Method Summary
 boolean equals(Object obj)
           
 BidSource getBidSource()
          Gets the bidSource value for this ManualCPMAdGroupCriterionBids.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Bid getMaxCpm()
          Gets the maxCpm value for this ManualCPMAdGroupCriterionBids.
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 setBidSource(BidSource bidSource)
          Sets the bidSource value for this ManualCPMAdGroupCriterionBids.
 void setMaxCpm(Bid maxCpm)
          Sets the maxCpm value for this ManualCPMAdGroupCriterionBids.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.AdGroupCriterionBids
getAdGroupCriterionBidsType, setAdGroupCriterionBidsType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManualCPMAdGroupCriterionBids

public ManualCPMAdGroupCriterionBids()

ManualCPMAdGroupCriterionBids

public ManualCPMAdGroupCriterionBids(String adGroupCriterionBidsType,
                                     Bid maxCpm,
                                     BidSource bidSource)
Method Detail

getMaxCpm

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

Returns:
maxCpm * Bid placed for this criterion. To disable this criterion-level bid and use the ad group's bid, set this to 0. 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 ManualCPMAdGroupCriterionBids.

Parameters:
maxCpm - * Bid placed for this criterion. To disable this criterion-level bid and use the ad group's bid, set this to 0. This field can be selected using the value "MaxCpm".This field can be filtered on.

getBidSource

public BidSource getBidSource()
Gets the bidSource value for this ManualCPMAdGroupCriterionBids.

Returns:
bidSource * The level (ad group or criterion) at which this bid was set. This field can be selected using the value "CpmBidSource".This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setBidSource

public void setBidSource(BidSource bidSource)
Sets the bidSource value for this ManualCPMAdGroupCriterionBids.

Parameters:
bidSource - * The level (ad group or criterion) at which this bid was set. This field can be selected using the value "CpmBidSource".This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AdGroupCriterionBids

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.