public class BidLandscapeLandscapePoint extends Object
Java class for BidLandscape.LandscapePoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BidLandscape.LandscapePoint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bid" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="clicks" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="cost" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="impressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="promotedImpressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="requiredBudget" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="biddableConversions" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="biddableConversionsValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="bidModifier" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="totalLocalImpressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="totalLocalClicks" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="totalLocalCost" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="totalLocalPromotedImpressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
bid |
protected Double |
biddableConversions |
protected Double |
biddableConversionsValue |
protected Double |
bidModifier |
protected Long |
clicks |
protected Money |
cost |
protected Long |
impressions |
protected Long |
promotedImpressions |
protected Money |
requiredBudget |
protected Long |
totalLocalClicks |
protected Money |
totalLocalCost |
protected Long |
totalLocalImpressions |
protected Long |
totalLocalPromotedImpressions |
| Constructor and Description |
|---|
BidLandscapeLandscapePoint() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getBid()
Gets the value of the bid property.
|
Double |
getBiddableConversions()
Gets the value of the biddableConversions property.
|
Double |
getBiddableConversionsValue()
Gets the value of the biddableConversionsValue property.
|
Double |
getBidModifier()
Gets the value of the bidModifier property.
|
Long |
getClicks()
Gets the value of the clicks property.
|
Money |
getCost()
Gets the value of the cost property.
|
Long |
getImpressions()
Gets the value of the impressions property.
|
Long |
getPromotedImpressions()
Gets the value of the promotedImpressions property.
|
Money |
getRequiredBudget()
Gets the value of the requiredBudget property.
|
Long |
getTotalLocalClicks()
Gets the value of the totalLocalClicks property.
|
Money |
getTotalLocalCost()
Gets the value of the totalLocalCost property.
|
Long |
getTotalLocalImpressions()
Gets the value of the totalLocalImpressions property.
|
Long |
getTotalLocalPromotedImpressions()
Gets the value of the totalLocalPromotedImpressions property.
|
void |
setBid(Money value)
Sets the value of the bid property.
|
void |
setBiddableConversions(Double value)
Sets the value of the biddableConversions property.
|
void |
setBiddableConversionsValue(Double value)
Sets the value of the biddableConversionsValue property.
|
void |
setBidModifier(Double value)
Sets the value of the bidModifier property.
|
void |
setClicks(Long value)
Sets the value of the clicks property.
|
void |
setCost(Money value)
Sets the value of the cost property.
|
void |
setImpressions(Long value)
Sets the value of the impressions property.
|
void |
setPromotedImpressions(Long value)
Sets the value of the promotedImpressions property.
|
void |
setRequiredBudget(Money value)
Sets the value of the requiredBudget property.
|
void |
setTotalLocalClicks(Long value)
Sets the value of the totalLocalClicks property.
|
void |
setTotalLocalCost(Money value)
Sets the value of the totalLocalCost property.
|
void |
setTotalLocalImpressions(Long value)
Sets the value of the totalLocalImpressions property.
|
void |
setTotalLocalPromotedImpressions(Long value)
Sets the value of the totalLocalPromotedImpressions property.
|
protected Money bid
protected Long clicks
protected Money cost
protected Long impressions
protected Long promotedImpressions
protected Money requiredBudget
protected Double biddableConversions
protected Double biddableConversionsValue
protected Double bidModifier
protected Long totalLocalImpressions
protected Long totalLocalClicks
protected Money totalLocalCost
protected Long totalLocalPromotedImpressions
public void setBid(Money value)
value - allowed object is
Moneypublic Long getClicks()
Longpublic void setClicks(Long value)
value - allowed object is
Longpublic Money getCost()
Moneypublic void setCost(Money value)
value - allowed object is
Moneypublic Long getImpressions()
Longpublic void setImpressions(Long value)
value - allowed object is
Longpublic Long getPromotedImpressions()
Longpublic void setPromotedImpressions(Long value)
value - allowed object is
Longpublic Money getRequiredBudget()
Moneypublic void setRequiredBudget(Money value)
value - allowed object is
Moneypublic Double getBiddableConversions()
Doublepublic void setBiddableConversions(Double value)
value - allowed object is
Doublepublic Double getBiddableConversionsValue()
Doublepublic void setBiddableConversionsValue(Double value)
value - allowed object is
Doublepublic Double getBidModifier()
Doublepublic void setBidModifier(Double value)
value - allowed object is
Doublepublic Long getTotalLocalImpressions()
Longpublic void setTotalLocalImpressions(Long value)
value - allowed object is
Longpublic Long getTotalLocalClicks()
Longpublic void setTotalLocalClicks(Long value)
value - allowed object is
Longpublic Money getTotalLocalCost()
Moneypublic void setTotalLocalCost(Money value)
value - allowed object is
Moneypublic Long getTotalLocalPromotedImpressions()
LongCopyright © 2023. All rights reserved.