|
||||||||||
| 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.AdGroupCriterionBids
com.google.api.ads.adwords.v201109.cm.ManualCPMAdGroupCriterionBids
public class ManualCPMAdGroupCriterionBids
Data representing a criterion-level CPM bid.
| 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 |
|---|
public ManualCPMAdGroupCriterionBids()
public ManualCPMAdGroupCriterionBids(String adGroupCriterionBidsType,
Bid maxCpm,
BidSource bidSource)
| Method Detail |
|---|
public Bid getMaxCpm()
0.
This field
can be selected using the value "MaxCpm".This field can be filtered on.public void setMaxCpm(Bid maxCpm)
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.public BidSource getBidSource()
public void setBidSource(BidSource bidSource)
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.public boolean equals(Object obj)
equals in class AdGroupCriterionBidspublic int hashCode()
hashCode in class AdGroupCriterionBidspublic 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 | |||||||||