com.google.api.ads.dfp.axis.v201111
Class LineItemCreativeAssociationStats

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201111.LineItemCreativeAssociationStats
All Implemented Interfaces:
Serializable

public class LineItemCreativeAssociationStats
extends Object
implements Serializable

Contains statistics such as impressions, clicks delivered and cost for LineItemCreativeAssociation objects.

See Also:
Serialized Form

Constructor Summary
LineItemCreativeAssociationStats()
           
LineItemCreativeAssociationStats(Stats stats, Money costInOrderCurrency)
           
 
Method Summary
 boolean equals(Object obj)
           
 Money getCostInOrderCurrency()
          Gets the costInOrderCurrency value for this LineItemCreativeAssociationStats.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Stats getStats()
          Gets the stats value for this LineItemCreativeAssociationStats.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCostInOrderCurrency(Money costInOrderCurrency)
          Sets the costInOrderCurrency value for this LineItemCreativeAssociationStats.
 void setStats(Stats stats)
          Sets the stats value for this LineItemCreativeAssociationStats.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineItemCreativeAssociationStats

public LineItemCreativeAssociationStats()

LineItemCreativeAssociationStats

public LineItemCreativeAssociationStats(Stats stats,
                                        Money costInOrderCurrency)
Method Detail

getStats

public Stats getStats()
Gets the stats value for this LineItemCreativeAssociationStats.

Returns:
stats * A Stats object that holds delivered impressions and clicks statistics.

setStats

public void setStats(Stats stats)
Sets the stats value for this LineItemCreativeAssociationStats.

Parameters:
stats - * A Stats object that holds delivered impressions and clicks statistics.

getCostInOrderCurrency

public Money getCostInOrderCurrency()
Gets the costInOrderCurrency value for this LineItemCreativeAssociationStats.

Returns:
costInOrderCurrency * The revenue generated thus far by the creative from its association with the particular line item in the publisher's currency.

setCostInOrderCurrency

public void setCostInOrderCurrency(Money costInOrderCurrency)
Sets the costInOrderCurrency value for this LineItemCreativeAssociationStats.

Parameters:
costInOrderCurrency - * The revenue generated thus far by the creative from its association with the particular line item in the publisher's currency.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.