public class LineItemCreativeAssociationStats extends Object implements Serializable
LineItemCreativeAssociation objects.| Constructor and Description |
|---|
LineItemCreativeAssociationStats() |
LineItemCreativeAssociationStats(Stats stats,
Long_StatsMapEntry[] creativeSetStats,
Money costInOrderCurrency) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getCostInOrderCurrency()
Gets the costInOrderCurrency value for this LineItemCreativeAssociationStats.
|
Long_StatsMapEntry[] |
getCreativeSetStats()
Gets the creativeSetStats value for this LineItemCreativeAssociationStats.
|
Long_StatsMapEntry |
getCreativeSetStats(int i) |
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 |
setCreativeSetStats(int i,
Long_StatsMapEntry _value) |
void |
setCreativeSetStats(Long_StatsMapEntry[] creativeSetStats)
Sets the creativeSetStats value for this LineItemCreativeAssociationStats.
|
void |
setStats(Stats stats)
Sets the stats value for this LineItemCreativeAssociationStats.
|
String |
toString() |
public LineItemCreativeAssociationStats()
public LineItemCreativeAssociationStats(Stats stats, Long_StatsMapEntry[] creativeSetStats, Money costInOrderCurrency)
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 Long_StatsMapEntry[] getCreativeSetStats()
Stats objects for each creative belonging
to
a creative set, null for non creative set
associations.public void setCreativeSetStats(Long_StatsMapEntry[] creativeSetStats)
creativeSetStats - * A map containing Stats objects for each creative belonging
to
a creative set, null for non creative set
associations.public Long_StatsMapEntry getCreativeSetStats(int i)
public void setCreativeSetStats(int i,
Long_StatsMapEntry _value)
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 © 2020. All rights reserved.