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

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

public class BudgetOptimizerAdGroupCriterionBids
extends AdGroupCriterionBids
implements Serializable

AdGroupCriterion level bids used in budget optimizer bidding strategy.

See Also:
Serialized Form

Constructor Summary
BudgetOptimizerAdGroupCriterionBids()
           
BudgetOptimizerAdGroupCriterionBids(String adGroupCriterionBidsType, Bid proxyBid, Boolean enhancedCpcEnabled)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Boolean getEnhancedCpcEnabled()
          Gets the enhancedCpcEnabled value for this BudgetOptimizerAdGroupCriterionBids.
 Bid getProxyBid()
          Gets the proxyBid value for this BudgetOptimizerAdGroupCriterionBids.
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 setEnhancedCpcEnabled(Boolean enhancedCpcEnabled)
          Sets the enhancedCpcEnabled value for this BudgetOptimizerAdGroupCriterionBids.
 void setProxyBid(Bid proxyBid)
          Sets the proxyBid value for this BudgetOptimizerAdGroupCriterionBids.
 
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

BudgetOptimizerAdGroupCriterionBids

public BudgetOptimizerAdGroupCriterionBids()

BudgetOptimizerAdGroupCriterionBids

public BudgetOptimizerAdGroupCriterionBids(String adGroupCriterionBidsType,
                                           Bid proxyBid,
                                           Boolean enhancedCpcEnabled)
Method Detail

getProxyBid

public Bid getProxyBid()
Gets the proxyBid value for this BudgetOptimizerAdGroupCriterionBids.

Returns:
proxyBid * The effective bid set by the budget optimizer for this criterion.

setProxyBid

public void setProxyBid(Bid proxyBid)
Sets the proxyBid value for this BudgetOptimizerAdGroupCriterionBids.

Parameters:
proxyBid - * The effective bid set by the budget optimizer for this criterion.

getEnhancedCpcEnabled

public Boolean getEnhancedCpcEnabled()
Gets the enhancedCpcEnabled value for this BudgetOptimizerAdGroupCriterionBids.

Returns:
enhancedCpcEnabled * The flag to indicate the enhanced CPC bidding is turned on and the criteria bids may be enhanced based on conversion optimizer data. This field can be selected using the value "EnhancedCpcEnabled".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.

setEnhancedCpcEnabled

public void setEnhancedCpcEnabled(Boolean enhancedCpcEnabled)
Sets the enhancedCpcEnabled value for this BudgetOptimizerAdGroupCriterionBids.

Parameters:
enhancedCpcEnabled - * The flag to indicate the enhanced CPC bidding is turned on and the criteria bids may be enhanced based on conversion optimizer data. This field can be selected using the value "EnhancedCpcEnabled".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.