|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.AdGroupBids
com.google.api.ads.adwords.v201109.cm.ManualCPCAdGroupBids
public class ManualCPCAdGroupBids
Adgroup level bids used in manual CPC bidding strategy.
| 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 |
|---|
public ManualCPCAdGroupBids()
public ManualCPCAdGroupBids(String adGroupBidsType,
Bid keywordMaxCpc,
Bid keywordContentMaxCpc,
Bid siteMaxCpc,
Boolean enhancedCpcEnabled)
| Method Detail |
|---|
public Bid getKeywordMaxCpc()
public void setKeywordMaxCpc(Bid keywordMaxCpc)
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.public Bid getKeywordContentMaxCpc()
public void setKeywordContentMaxCpc(Bid keywordContentMaxCpc)
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.public Bid getSiteMaxCpc()
public void setSiteMaxCpc(Bid siteMaxCpc)
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.public Boolean getEnhancedCpcEnabled()
public void setEnhancedCpcEnabled(Boolean enhancedCpcEnabled)
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.public boolean equals(Object obj)
equals in class AdGroupBidspublic int hashCode()
hashCode in class AdGroupBidspublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||