public class AuctionInsightKpi extends Object
Java class for AuctionInsightKpi complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuctionInsightKpi">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Segments" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="ImpressionShare" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="OverlapRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AveragePosition" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AboveRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="TopOfPageRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="OutrankingShare" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AbsoluteTopOfPageRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
aboveRate |
protected Double |
absoluteTopOfPageRate |
protected Double |
averagePosition |
protected Double |
impressionShare |
protected Double |
outrankingShare |
protected Double |
overlapRate |
protected ArrayOfstring |
segments |
protected Double |
topOfPageRate |
| Constructor and Description |
|---|
AuctionInsightKpi() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAboveRate()
Gets the value of the aboveRate property.
|
Double |
getAbsoluteTopOfPageRate()
Gets the value of the absoluteTopOfPageRate property.
|
Double |
getAveragePosition()
Gets the value of the averagePosition property.
|
Double |
getImpressionShare()
Gets the value of the impressionShare property.
|
Double |
getOutrankingShare()
Gets the value of the outrankingShare property.
|
Double |
getOverlapRate()
Gets the value of the overlapRate property.
|
ArrayOfstring |
getSegments()
Gets the value of the segments property.
|
Double |
getTopOfPageRate()
Gets the value of the topOfPageRate property.
|
void |
setAboveRate(Double value)
Sets the value of the aboveRate property.
|
void |
setAbsoluteTopOfPageRate(Double value)
Sets the value of the absoluteTopOfPageRate property.
|
void |
setAveragePosition(Double value)
Sets the value of the averagePosition property.
|
void |
setImpressionShare(Double value)
Sets the value of the impressionShare property.
|
void |
setOutrankingShare(Double value)
Sets the value of the outrankingShare property.
|
void |
setOverlapRate(Double value)
Sets the value of the overlapRate property.
|
void |
setSegments(ArrayOfstring value)
Sets the value of the segments property.
|
void |
setTopOfPageRate(Double value)
Sets the value of the topOfPageRate property.
|
protected ArrayOfstring segments
protected Double impressionShare
protected Double overlapRate
protected Double averagePosition
protected Double aboveRate
protected Double topOfPageRate
protected Double outrankingShare
protected Double absoluteTopOfPageRate
public ArrayOfstring getSegments()
ArrayOfstringpublic void setSegments(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic Double getImpressionShare()
Doublepublic void setImpressionShare(Double value)
value - allowed object is
Doublepublic Double getOverlapRate()
Doublepublic void setOverlapRate(Double value)
value - allowed object is
Doublepublic Double getAveragePosition()
Doublepublic void setAveragePosition(Double value)
value - allowed object is
Doublepublic Double getAboveRate()
Doublepublic void setAboveRate(Double value)
value - allowed object is
Doublepublic Double getTopOfPageRate()
Doublepublic void setTopOfPageRate(Double value)
value - allowed object is
Doublepublic Double getOutrankingShare()
Doublepublic void setOutrankingShare(Double value)
value - allowed object is
Doublepublic Double getAbsoluteTopOfPageRate()
DoubleCopyright © 2024. All rights reserved.