public class Stats extends Object implements Serializable
| Constructor and Description |
|---|
Stats() |
Stats(Long impressionsDelivered,
Long clicksDelivered,
Long videoCompletionsDelivered,
Long videoStartsDelivered,
Long viewableImpressionsDelivered) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getClicksDelivered()
Gets the clicksDelivered value for this Stats.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getImpressionsDelivered()
Gets the impressionsDelivered value for this Stats.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Long |
getVideoCompletionsDelivered()
Gets the videoCompletionsDelivered value for this Stats.
|
Long |
getVideoStartsDelivered()
Gets the videoStartsDelivered value for this Stats.
|
Long |
getViewableImpressionsDelivered()
Gets the viewableImpressionsDelivered value for this Stats.
|
int |
hashCode() |
void |
setClicksDelivered(Long clicksDelivered)
Sets the clicksDelivered value for this Stats.
|
void |
setImpressionsDelivered(Long impressionsDelivered)
Sets the impressionsDelivered value for this Stats.
|
void |
setVideoCompletionsDelivered(Long videoCompletionsDelivered)
Sets the videoCompletionsDelivered value for this Stats.
|
void |
setVideoStartsDelivered(Long videoStartsDelivered)
Sets the videoStartsDelivered value for this Stats.
|
void |
setViewableImpressionsDelivered(Long viewableImpressionsDelivered)
Sets the viewableImpressionsDelivered value for this Stats.
|
String |
toString() |
public Long getImpressionsDelivered()
public void setImpressionsDelivered(Long impressionsDelivered)
impressionsDelivered - * The number of impressions delivered.public Long getClicksDelivered()
public void setClicksDelivered(Long clicksDelivered)
clicksDelivered - * The number of clicks delivered.public Long getVideoCompletionsDelivered()
public void setVideoCompletionsDelivered(Long videoCompletionsDelivered)
videoCompletionsDelivered - * The number of video completions delivered.public Long getVideoStartsDelivered()
public void setVideoStartsDelivered(Long videoStartsDelivered)
videoStartsDelivered - * The number of video starts delivered.public Long getViewableImpressionsDelivered()
public void setViewableImpressionsDelivered(Long viewableImpressionsDelivered)
viewableImpressionsDelivered - * The number of viewable impressions delivered.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.