public class DeliveryData extends Object implements Serializable
LineItemSummary.costType, delivered for a single line
item for the
last 7 days| Constructor and Description |
|---|
DeliveryData() |
DeliveryData(long[] units) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long[] |
getUnits()
Gets the units value for this DeliveryData.
|
long |
getUnits(int i) |
int |
hashCode() |
void |
setUnits(int i,
long _value) |
void |
setUnits(long[] units)
Sets the units value for this DeliveryData.
|
String |
toString() |
public DeliveryData()
public DeliveryData(long[] units)
public long[] getUnits()
public void setUnits(long[] units)
units - * Clicks or impressions delivered for the last 7 days.public long getUnits(int i)
public void setUnits(int i,
long _value)
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.