public class EstimatedBidAndTraffic extends Object
Java class for EstimatedBidAndTraffic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EstimatedBidAndTraffic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MinClicksPerWeek" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MaxClicksPerWeek" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AverageCPC" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MinImpressionsPerWeek" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="MaxImpressionsPerWeek" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CTR" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MinTotalCostPerWeek" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MaxTotalCostPerWeek" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CurrencyCode" type="{https://bingads.microsoft.com/AdInsight/v13}CurrencyCode" minOccurs="0"/>
<element name="MatchType" type="{https://bingads.microsoft.com/AdInsight/v13}MatchType" minOccurs="0"/>
<element name="EstimatedMinBid" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
averageCPC |
protected Double |
ctr |
protected CurrencyCode |
currencyCode |
protected Double |
estimatedMinBid |
protected MatchType |
matchType |
protected Double |
maxClicksPerWeek |
protected Long |
maxImpressionsPerWeek |
protected Double |
maxTotalCostPerWeek |
protected Double |
minClicksPerWeek |
protected Long |
minImpressionsPerWeek |
protected Double |
minTotalCostPerWeek |
| Constructor and Description |
|---|
EstimatedBidAndTraffic() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAverageCPC()
Gets the value of the averageCPC property.
|
Double |
getCTR()
Gets the value of the ctr property.
|
CurrencyCode |
getCurrencyCode()
Gets the value of the currencyCode property.
|
Double |
getEstimatedMinBid()
Gets the value of the estimatedMinBid property.
|
MatchType |
getMatchType()
Gets the value of the matchType property.
|
Double |
getMaxClicksPerWeek()
Gets the value of the maxClicksPerWeek property.
|
Long |
getMaxImpressionsPerWeek()
Gets the value of the maxImpressionsPerWeek property.
|
Double |
getMaxTotalCostPerWeek()
Gets the value of the maxTotalCostPerWeek property.
|
Double |
getMinClicksPerWeek()
Gets the value of the minClicksPerWeek property.
|
Long |
getMinImpressionsPerWeek()
Gets the value of the minImpressionsPerWeek property.
|
Double |
getMinTotalCostPerWeek()
Gets the value of the minTotalCostPerWeek property.
|
void |
setAverageCPC(Double value)
Sets the value of the averageCPC property.
|
void |
setCTR(Double value)
Sets the value of the ctr property.
|
void |
setCurrencyCode(CurrencyCode value)
Sets the value of the currencyCode property.
|
void |
setEstimatedMinBid(Double value)
Sets the value of the estimatedMinBid property.
|
void |
setMatchType(MatchType value)
Sets the value of the matchType property.
|
void |
setMaxClicksPerWeek(Double value)
Sets the value of the maxClicksPerWeek property.
|
void |
setMaxImpressionsPerWeek(Long value)
Sets the value of the maxImpressionsPerWeek property.
|
void |
setMaxTotalCostPerWeek(Double value)
Sets the value of the maxTotalCostPerWeek property.
|
void |
setMinClicksPerWeek(Double value)
Sets the value of the minClicksPerWeek property.
|
void |
setMinImpressionsPerWeek(Long value)
Sets the value of the minImpressionsPerWeek property.
|
void |
setMinTotalCostPerWeek(Double value)
Sets the value of the minTotalCostPerWeek property.
|
protected Double minClicksPerWeek
protected Double maxClicksPerWeek
protected Double averageCPC
protected Long minImpressionsPerWeek
protected Long maxImpressionsPerWeek
protected Double ctr
protected Double minTotalCostPerWeek
protected Double maxTotalCostPerWeek
protected CurrencyCode currencyCode
protected MatchType matchType
protected Double estimatedMinBid
public Double getMinClicksPerWeek()
Doublepublic void setMinClicksPerWeek(Double value)
value - allowed object is
Doublepublic Double getMaxClicksPerWeek()
Doublepublic void setMaxClicksPerWeek(Double value)
value - allowed object is
Doublepublic Double getAverageCPC()
Doublepublic void setAverageCPC(Double value)
value - allowed object is
Doublepublic Long getMinImpressionsPerWeek()
Longpublic void setMinImpressionsPerWeek(Long value)
value - allowed object is
Longpublic Long getMaxImpressionsPerWeek()
Longpublic void setMaxImpressionsPerWeek(Long value)
value - allowed object is
Longpublic Double getCTR()
Doublepublic void setCTR(Double value)
value - allowed object is
Doublepublic Double getMinTotalCostPerWeek()
Doublepublic void setMinTotalCostPerWeek(Double value)
value - allowed object is
Doublepublic Double getMaxTotalCostPerWeek()
Doublepublic void setMaxTotalCostPerWeek(Double value)
value - allowed object is
Doublepublic CurrencyCode getCurrencyCode()
CurrencyCodepublic void setCurrencyCode(CurrencyCode value)
value - allowed object is
CurrencyCodepublic MatchType getMatchType()
MatchTypepublic void setMatchType(MatchType value)
value - allowed object is
MatchTypepublic Double getEstimatedMinBid()
DoubleCopyright © 2024. All rights reserved.