public class TargetSpendBiddingScheme extends BiddingScheme
Java class for TargetSpendBiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetSpendBiddingScheme">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}BiddingScheme">
<sequence>
<element name="bidCeiling" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="spendTarget" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
bidCeiling |
protected Money |
spendTarget |
biddingSchemeType| Constructor and Description |
|---|
TargetSpendBiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getBidCeiling()
Gets the value of the bidCeiling property.
|
Money |
getSpendTarget()
Gets the value of the spendTarget property.
|
void |
setBidCeiling(Money value)
Sets the value of the bidCeiling property.
|
void |
setSpendTarget(Money value)
Sets the value of the spendTarget property.
|
getBiddingSchemeType, setBiddingSchemeTypepublic Money getBidCeiling()
Moneypublic void setBidCeiling(Money value)
value - allowed object is
Moneypublic Money getSpendTarget()
MoneyCopyright © 2023. All rights reserved.