public class TrafficTimeSeriesFilterCriteria extends Object implements Serializable
TrafficTimeSeries.| Constructor and Description |
|---|
TrafficTimeSeriesFilterCriteria() |
TrafficTimeSeriesFilterCriteria(Targeting targeting,
AdUnitSize[] adUnitSizes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AdUnitSize[] |
getAdUnitSizes()
Gets the adUnitSizes value for this TrafficTimeSeriesFilterCriteria.
|
AdUnitSize |
getAdUnitSizes(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
|
Targeting |
getTargeting()
Gets the targeting value for this TrafficTimeSeriesFilterCriteria.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdUnitSizes(AdUnitSize[] adUnitSizes)
Sets the adUnitSizes value for this TrafficTimeSeriesFilterCriteria.
|
void |
setAdUnitSizes(int i,
AdUnitSize _value) |
void |
setTargeting(Targeting targeting)
Sets the targeting value for this TrafficTimeSeriesFilterCriteria.
|
String |
toString() |
public TrafficTimeSeriesFilterCriteria()
public TrafficTimeSeriesFilterCriteria(Targeting targeting, AdUnitSize[] adUnitSizes)
public Targeting getTargeting()
For ad unit and placement, use InventoryTargeting/
All targeted ad units must have
AdUnitTargeting.includeDescendants set to
true.
For country, use GeoTargeting. Location.type
must be set to COUNTRY
and other location types such as city, state, and
county are not supported.
For video content, use ContentTargeting.
ContentTargeting.targetedContentIds
is the only field supported.
Exclusion targetings are not supported for any of the fields above.
public void setTargeting(Targeting targeting)
targeting - * Specifies the targeting of the traffic time series. Only ad
unit, placement, country, and video
content are supported at this time.
For ad unit and placement, use InventoryTargeting/
All targeted ad units must have
AdUnitTargeting.includeDescendants set to
true.
For country, use GeoTargeting. Location.type
must be set to COUNTRY
and other location types such as city, state, and
county are not supported.
For video content, use ContentTargeting.
ContentTargeting.targetedContentIds
is the only field supported.
Exclusion targetings are not supported for any of the fields above.
public AdUnitSize[] getAdUnitSizes()
public void setAdUnitSizes(AdUnitSize[] adUnitSizes)
adUnitSizes - * A set of requested ad sizes that are included in the time series.public AdUnitSize getAdUnitSizes(int i)
public void setAdUnitSizes(int i,
AdUnitSize _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.