public class LineItemCreativeAssociationStats extends Object
LineItemCreativeAssociation objects.
Java class for LineItemCreativeAssociationStats complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineItemCreativeAssociationStats">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stats" type="{https://www.google.com/apis/ads/publisher/v201711}Stats" minOccurs="0"/>
<element name="creativeSetStats" type="{https://www.google.com/apis/ads/publisher/v201711}Long_StatsMapEntry" maxOccurs="unbounded" minOccurs="0"/>
<element name="costInOrderCurrency" type="{https://www.google.com/apis/ads/publisher/v201711}Money" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
costInOrderCurrency |
protected List<LongStatsMapEntry> |
creativeSetStats |
protected Stats |
stats |
| Constructor and Description |
|---|
LineItemCreativeAssociationStats() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getCostInOrderCurrency()
Gets the value of the costInOrderCurrency property.
|
List<LongStatsMapEntry> |
getCreativeSetStats()
Gets the value of the creativeSetStats property.
|
Stats |
getStats()
Gets the value of the stats property.
|
void |
setCostInOrderCurrency(Money value)
Sets the value of the costInOrderCurrency property.
|
void |
setStats(Stats value)
Sets the value of the stats property.
|
protected Stats stats
protected List<LongStatsMapEntry> creativeSetStats
protected Money costInOrderCurrency
public Stats getStats()
Statspublic void setStats(Stats value)
value - allowed object is
Statspublic List<LongStatsMapEntry> getCreativeSetStats()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the creativeSetStats property.
For example, to add a new item, do as follows:
getCreativeSetStats().add(newItem);
Objects of the following type(s) are allowed in the list
LongStatsMapEntry
public Money getCostInOrderCurrency()
MoneyCopyright © 2018. All Rights Reserved.