public class CpcBid extends Bids
Java class for CpcBid complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CpcBid">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Bids">
<sequence>
<element name="bid" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="cpcBidSource" type="{https://adwords.google.com/api/adwords/cm/v201809}BidSource" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
bid |
protected BidSource |
cpcBidSource |
| Constructor and Description |
|---|
CpcBid() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getBid()
Gets the value of the bid property.
|
BidSource |
getCpcBidSource()
Gets the value of the cpcBidSource property.
|
void |
setBid(Money value)
Sets the value of the bid property.
|
void |
setCpcBidSource(BidSource value)
Sets the value of the cpcBidSource property.
|
getBidsType, setBidsTypeCopyright © 2023. All rights reserved.