public class BidLandscapePoint extends Object
Java class for BidLandscapePoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BidLandscapePoint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bid" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Clicks" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Impressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="TopImpressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CurrencyCode" type="{https://bingads.microsoft.com/AdInsight/v13}CurrencyCode" minOccurs="0"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MarginalCPC" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
bid |
protected Double |
clicks |
protected Double |
cost |
protected CurrencyCode |
currencyCode |
protected Long |
impressions |
protected Double |
marginalCPC |
protected Long |
topImpressions |
| Constructor and Description |
|---|
BidLandscapePoint() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBid()
Gets the value of the bid property.
|
Double |
getClicks()
Gets the value of the clicks property.
|
Double |
getCost()
Gets the value of the cost property.
|
CurrencyCode |
getCurrencyCode()
Gets the value of the currencyCode property.
|
Long |
getImpressions()
Gets the value of the impressions property.
|
Double |
getMarginalCPC()
Gets the value of the marginalCPC property.
|
Long |
getTopImpressions()
Gets the value of the topImpressions property.
|
void |
setBid(Double value)
Sets the value of the bid property.
|
void |
setClicks(Double value)
Sets the value of the clicks property.
|
void |
setCost(Double value)
Sets the value of the cost property.
|
void |
setCurrencyCode(CurrencyCode value)
Sets the value of the currencyCode property.
|
void |
setImpressions(Long value)
Sets the value of the impressions property.
|
void |
setMarginalCPC(Double value)
Sets the value of the marginalCPC property.
|
void |
setTopImpressions(Long value)
Sets the value of the topImpressions property.
|
protected Double bid
protected Double clicks
protected Long impressions
protected Long topImpressions
protected CurrencyCode currencyCode
protected Double cost
protected Double marginalCPC
public Double getBid()
Doublepublic void setBid(Double value)
value - allowed object is
Doublepublic Double getClicks()
Doublepublic void setClicks(Double value)
value - allowed object is
Doublepublic Long getImpressions()
Longpublic void setImpressions(Long value)
value - allowed object is
Longpublic Long getTopImpressions()
Longpublic void setTopImpressions(Long value)
value - allowed object is
Longpublic CurrencyCode getCurrencyCode()
CurrencyCodepublic void setCurrencyCode(CurrencyCode value)
value - allowed object is
CurrencyCodepublic Double getCost()
Doublepublic void setCost(Double value)
value - allowed object is
Doublepublic Double getMarginalCPC()
DoubleCopyright © 2024. All rights reserved.