public class DailyVolumeSettings extends Object implements Serializable
E.g. [10000, 20000, 5000] indicates a forecast goal for the targeting specified on the parent traffic forecast segment of 10,000 ad opportunities for the first day, 20,000 ad opportunities for the second, etc.
| Constructor and Description |
|---|
DailyVolumeSettings() |
DailyVolumeSettings(long[] adOpportunityCounts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getAdOpportunityCounts()
Gets the adOpportunityCounts value for this DailyVolumeSettings.
|
long |
getAdOpportunityCounts(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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdOpportunityCounts(int i,
long _value) |
void |
setAdOpportunityCounts(long[] adOpportunityCounts)
Sets the adOpportunityCounts value for this DailyVolumeSettings.
|
String |
toString() |
public DailyVolumeSettings()
public DailyVolumeSettings(long[] adOpportunityCounts)
public long[] getAdOpportunityCounts()
public void setAdOpportunityCounts(long[] adOpportunityCounts)
adOpportunityCounts - * The list of ad opportunity counts. Each value in this list
represents to the expected number of
ad opportunities on the corresponding day of the adjustment
date range.public long getAdOpportunityCounts(int i)
public void setAdOpportunityCounts(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.