|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201206.Stats
public class Stats
Stats contains trafficking statistics for LineItem
and
LineItemCreativeAssociation objects
| Constructor Summary | |
|---|---|
Stats()
|
|
Stats(Long impressionsDelivered,
Long clicksDelivered)
|
|
| Method Summary | |
|---|---|
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 |
int |
hashCode()
|
void |
setClicksDelivered(Long clicksDelivered)
Sets the clicksDelivered value for this Stats. |
void |
setImpressionsDelivered(Long impressionsDelivered)
Sets the impressionsDelivered value for this Stats. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Stats()
public Stats(Long impressionsDelivered,
Long clicksDelivered)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||