|
||||||||||
| 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.BiddingTransition
public class BiddingTransition
Used to switch a campaign's bidding strategy.
| Constructor Summary | |
|---|---|
BiddingTransition()
|
|
BiddingTransition(BiddingStrategy targetBiddingStrategy,
AdGroupBids explicitAdGroupBids,
String biddingTransitionType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getBiddingTransitionType()
Gets the biddingTransitionType value for this BiddingTransition. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
AdGroupBids |
getExplicitAdGroupBids()
Gets the explicitAdGroupBids value for this BiddingTransition. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
BiddingStrategy |
getTargetBiddingStrategy()
Gets the targetBiddingStrategy value for this BiddingTransition. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setBiddingTransitionType(String biddingTransitionType)
Sets the biddingTransitionType value for this BiddingTransition. |
void |
setExplicitAdGroupBids(AdGroupBids explicitAdGroupBids)
Sets the explicitAdGroupBids value for this BiddingTransition. |
void |
setTargetBiddingStrategy(BiddingStrategy targetBiddingStrategy)
Sets the targetBiddingStrategy value for this BiddingTransition. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BiddingTransition()
public BiddingTransition(BiddingStrategy targetBiddingStrategy,
AdGroupBids explicitAdGroupBids,
String biddingTransitionType)
| Method Detail |
|---|
public BiddingStrategy getTargetBiddingStrategy()
null.public void setTargetBiddingStrategy(BiddingStrategy targetBiddingStrategy)
targetBiddingStrategy - * This field is required and
should not be null.public AdGroupBids getExplicitAdGroupBids()
public void setExplicitAdGroupBids(AdGroupBids explicitAdGroupBids)
explicitAdGroupBids - * User provide a single set of explicit adgroup level bid values
to be copied
for all adgroups for the campaign while transitioning
a campaign's bidding strategy.
E.g., while transitioning from manual CPC to manual
CPM bidding,
user provides a maxCPM bid and all adgroups will be
set to use that bid.
Explicit Bid is required for ManualCpc <-> ManualCPM,
optional for ManualCPC <-> ConversionOptimizer
and should not be specified for ManualCPC <->BudgetOptimizerpublic String getBiddingTransitionType()
public void setBiddingTransitionType(String biddingTransitionType)
biddingTransitionType - * Indicates that this instance is a subtype of BiddingTransition.
Although this field is returned in the response, it is ignored on
input
and cannot be selected. Specify xsi:type instead.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic 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 | |||||||||