public class PageOnePromotedBiddingScheme extends BiddingScheme
Java class for PageOnePromotedBiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PageOnePromotedBiddingScheme">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}BiddingScheme">
<sequence>
<element name="strategyGoal" type="{https://adwords.google.com/api/adwords/cm/v201809}PageOnePromotedBiddingScheme.StrategyGoal" minOccurs="0"/>
<element name="bidCeiling" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="bidModifier" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="bidChangesForRaisesOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="raiseBidWhenBudgetConstrained" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="raiseBidWhenLowQualityScore" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
bidCeiling |
protected Boolean |
bidChangesForRaisesOnly |
protected Double |
bidModifier |
protected Boolean |
raiseBidWhenBudgetConstrained |
protected Boolean |
raiseBidWhenLowQualityScore |
protected PageOnePromotedBiddingSchemeStrategyGoal |
strategyGoal |
biddingSchemeType| Constructor and Description |
|---|
PageOnePromotedBiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getBidCeiling()
Gets the value of the bidCeiling property.
|
Double |
getBidModifier()
Gets the value of the bidModifier property.
|
PageOnePromotedBiddingSchemeStrategyGoal |
getStrategyGoal()
Gets the value of the strategyGoal property.
|
Boolean |
isBidChangesForRaisesOnly()
Gets the value of the bidChangesForRaisesOnly property.
|
Boolean |
isRaiseBidWhenBudgetConstrained()
Gets the value of the raiseBidWhenBudgetConstrained property.
|
Boolean |
isRaiseBidWhenLowQualityScore()
Gets the value of the raiseBidWhenLowQualityScore property.
|
void |
setBidCeiling(Money value)
Sets the value of the bidCeiling property.
|
void |
setBidChangesForRaisesOnly(Boolean value)
Sets the value of the bidChangesForRaisesOnly property.
|
void |
setBidModifier(Double value)
Sets the value of the bidModifier property.
|
void |
setRaiseBidWhenBudgetConstrained(Boolean value)
Sets the value of the raiseBidWhenBudgetConstrained property.
|
void |
setRaiseBidWhenLowQualityScore(Boolean value)
Sets the value of the raiseBidWhenLowQualityScore property.
|
void |
setStrategyGoal(PageOnePromotedBiddingSchemeStrategyGoal value)
Sets the value of the strategyGoal property.
|
getBiddingSchemeType, setBiddingSchemeTypeprotected PageOnePromotedBiddingSchemeStrategyGoal strategyGoal
protected Money bidCeiling
protected Double bidModifier
protected Boolean bidChangesForRaisesOnly
protected Boolean raiseBidWhenBudgetConstrained
protected Boolean raiseBidWhenLowQualityScore
public PageOnePromotedBiddingSchemeStrategyGoal getStrategyGoal()
PageOnePromotedBiddingSchemeStrategyGoalpublic void setStrategyGoal(PageOnePromotedBiddingSchemeStrategyGoal value)
value - allowed object is
PageOnePromotedBiddingSchemeStrategyGoalpublic Money getBidCeiling()
Moneypublic void setBidCeiling(Money value)
value - allowed object is
Moneypublic Double getBidModifier()
Doublepublic void setBidModifier(Double value)
value - allowed object is
Doublepublic Boolean isBidChangesForRaisesOnly()
Booleanpublic void setBidChangesForRaisesOnly(Boolean value)
value - allowed object is
Booleanpublic Boolean isRaiseBidWhenBudgetConstrained()
Booleanpublic void setRaiseBidWhenBudgetConstrained(Boolean value)
value - allowed object is
Booleanpublic Boolean isRaiseBidWhenLowQualityScore()
BooleanCopyright © 2023. All rights reserved.