public class Stats extends Object
Stats contains trafficking statistics for LineItem and
LineItemCreativeAssociation objects
Java class for Stats complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Stats">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="impressionsDelivered" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="clicksDelivered" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="videoCompletionsDelivered" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="videoStartsDelivered" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="viewableImpressionsDelivered" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
clicksDelivered |
protected Long |
impressionsDelivered |
protected Long |
videoCompletionsDelivered |
protected Long |
videoStartsDelivered |
protected Long |
viewableImpressionsDelivered |
| Constructor and Description |
|---|
Stats() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getClicksDelivered()
Gets the value of the clicksDelivered property.
|
Long |
getImpressionsDelivered()
Gets the value of the impressionsDelivered property.
|
Long |
getVideoCompletionsDelivered()
Gets the value of the videoCompletionsDelivered property.
|
Long |
getVideoStartsDelivered()
Gets the value of the videoStartsDelivered property.
|
Long |
getViewableImpressionsDelivered()
Gets the value of the viewableImpressionsDelivered property.
|
void |
setClicksDelivered(Long value)
Sets the value of the clicksDelivered property.
|
void |
setImpressionsDelivered(Long value)
Sets the value of the impressionsDelivered property.
|
void |
setVideoCompletionsDelivered(Long value)
Sets the value of the videoCompletionsDelivered property.
|
void |
setVideoStartsDelivered(Long value)
Sets the value of the videoStartsDelivered property.
|
void |
setViewableImpressionsDelivered(Long value)
Sets the value of the viewableImpressionsDelivered property.
|
protected Long impressionsDelivered
protected Long clicksDelivered
protected Long videoCompletionsDelivered
protected Long videoStartsDelivered
protected Long viewableImpressionsDelivered
public Long getImpressionsDelivered()
Longpublic void setImpressionsDelivered(Long value)
value - allowed object is
Longpublic Long getClicksDelivered()
Longpublic void setClicksDelivered(Long value)
value - allowed object is
Longpublic Long getVideoCompletionsDelivered()
Longpublic void setVideoCompletionsDelivered(Long value)
value - allowed object is
Longpublic Long getVideoStartsDelivered()
Longpublic void setVideoStartsDelivered(Long value)
value - allowed object is
Longpublic Long getViewableImpressionsDelivered()
LongCopyright © 2018. All Rights Reserved.