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

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

public class ManualCPCAdGroupBids
extends AdGroupBids
implements Serializable

Adgroup level bids used in manual CPC bidding strategy.

See Also:
Serialized Form

Constructor Summary
ManualCPCAdGroupBids()
           
ManualCPCAdGroupBids(String adGroupBidsType, Bid keywordMaxCpc, Bid keywordContentMaxCpc, Bid siteMaxCpc, 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 ManualCPCAdGroupBids.
 Bid getKeywordContentMaxCpc()
          Gets the keywordContentMaxCpc value for this ManualCPCAdGroupBids.
 Bid getKeywordMaxCpc()
          Gets the keywordMaxCpc value for this ManualCPCAdGroupBids.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Bid getSiteMaxCpc()
          Gets the siteMaxCpc value for this ManualCPCAdGroupBids.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEnhancedCpcEnabled(Boolean enhancedCpcEnabled)
          Sets the enhancedCpcEnabled value for this ManualCPCAdGroupBids.
 void setKeywordContentMaxCpc(Bid keywordContentMaxCpc)
          Sets the keywordContentMaxCpc value for this ManualCPCAdGroupBids.
 void setKeywordMaxCpc(Bid keywordMaxCpc)
          Sets the keywordMaxCpc value for this ManualCPCAdGroupBids.
 void setSiteMaxCpc(Bid siteMaxCpc)
          Sets the siteMaxCpc value for this ManualCPCAdGroupBids.
 
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

ManualCPCAdGroupBids

public ManualCPCAdGroupBids()

ManualCPCAdGroupBids

public ManualCPCAdGroupBids(String adGroupBidsType,
                            Bid keywordMaxCpc,
                            Bid keywordContentMaxCpc,
                            Bid siteMaxCpc,
                            Boolean enhancedCpcEnabled)
Method Detail

getKeywordMaxCpc

public Bid getKeywordMaxCpc()
Gets the keywordMaxCpc value for this ManualCPCAdGroupBids.

Returns:
keywordMaxCpc * Max CPC (cost per click) bid for keyword targeting on search network. This field can be selected using the value "KeywordMaxCpc".This field can be filtered on.

setKeywordMaxCpc

public void setKeywordMaxCpc(Bid keywordMaxCpc)
Sets the keywordMaxCpc value for this ManualCPCAdGroupBids.

Parameters:
keywordMaxCpc - * Max CPC (cost per click) bid for keyword targeting on search network. This field can be selected using the value "KeywordMaxCpc".This field can be filtered on.

getKeywordContentMaxCpc

public Bid getKeywordContentMaxCpc()
Gets the keywordContentMaxCpc value for this ManualCPCAdGroupBids.

Returns:
keywordContentMaxCpc * Max CPC bid for keyword targeting on content network. This field can be selected using the value "KeywordContentMaxCpc".This field can be filtered on.

setKeywordContentMaxCpc

public void setKeywordContentMaxCpc(Bid keywordContentMaxCpc)
Sets the keywordContentMaxCpc value for this ManualCPCAdGroupBids.

Parameters:
keywordContentMaxCpc - * Max CPC bid for keyword targeting on content network. This field can be selected using the value "KeywordContentMaxCpc".This field can be filtered on.

getSiteMaxCpc

public Bid getSiteMaxCpc()
Gets the siteMaxCpc value for this ManualCPCAdGroupBids.

Returns:
siteMaxCpc * Max CPC bid for site targeting. This field has been sunsetted and will return an error if set. This field can be selected using the value "SiteMaxCpc".This field can be filtered on.

setSiteMaxCpc

public void setSiteMaxCpc(Bid siteMaxCpc)
Sets the siteMaxCpc value for this ManualCPCAdGroupBids.

Parameters:
siteMaxCpc - * Max CPC bid for site targeting. This field has been sunsetted and will return an error if set. This field can be selected using the value "SiteMaxCpc".This field can be filtered on.

getEnhancedCpcEnabled

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

Returns:
enhancedCpcEnabled * The flag to indicate the enhanced CPC bidding is turned on for the campaign 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 ManualCPCAdGroupBids.

Parameters:
enhancedCpcEnabled - * The flag to indicate the enhanced CPC bidding is turned on for the campaign 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 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.