public class LineItemCreativeAssociationStats extends Object implements Serializable
LineItemCreativeAssociation objects.| Constructor and Description |
|---|
LineItemCreativeAssociationStats() |
LineItemCreativeAssociationStats(Stats stats,
Money costInOrderCurrency) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Stats getStats()
Stats object that holds delivered impressions and
clicks
statistics.public void setStats(Stats stats)
stats - * A Stats object that holds delivered impressions and
clicks
statistics.public Money getCostInOrderCurrency()
public void setCostInOrderCurrency(Money costInOrderCurrency)
costInOrderCurrency - * The revenue generated thus far by the creative from its association
with
the particular line item in the publisher's currency.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.