public class TrafficDataResponse extends Object implements Serializable
| Constructor and Description |
|---|
TrafficDataResponse() |
TrafficDataResponse(TimeSeries historicalTimeSeries,
TimeSeries forecastedTimeSeries,
TimeSeries forecastedAssignedTimeSeries,
DateRange overallDateRange) |
| 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
|
TimeSeries |
getForecastedAssignedTimeSeries()
Gets the forecastedAssignedTimeSeries value for this TrafficDataResponse.
|
TimeSeries |
getForecastedTimeSeries()
Gets the forecastedTimeSeries value for this TrafficDataResponse.
|
TimeSeries |
getHistoricalTimeSeries()
Gets the historicalTimeSeries value for this TrafficDataResponse.
|
DateRange |
getOverallDateRange()
Gets the overallDateRange value for this TrafficDataResponse.
|
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 |
setForecastedAssignedTimeSeries(TimeSeries forecastedAssignedTimeSeries)
Sets the forecastedAssignedTimeSeries value for this TrafficDataResponse.
|
void |
setForecastedTimeSeries(TimeSeries forecastedTimeSeries)
Sets the forecastedTimeSeries value for this TrafficDataResponse.
|
void |
setHistoricalTimeSeries(TimeSeries historicalTimeSeries)
Sets the historicalTimeSeries value for this TrafficDataResponse.
|
void |
setOverallDateRange(DateRange overallDateRange)
Sets the overallDateRange value for this TrafficDataResponse.
|
String |
toString() |
public TrafficDataResponse()
public TrafficDataResponse(TimeSeries historicalTimeSeries, TimeSeries forecastedTimeSeries, TimeSeries forecastedAssignedTimeSeries, DateRange overallDateRange)
public TimeSeries getHistoricalTimeSeries()
This may be null if the requested date range did not contain any historical dates, or if no historical data are available for the requested traffic segment. This attribute is read-only.
public void setHistoricalTimeSeries(TimeSeries historicalTimeSeries)
historicalTimeSeries - * Time series of historical traffic ad opportunity counts.
This may be null if the requested date range did not contain any historical dates, or if no historical data are available for the requested traffic segment. This attribute is read-only.
public TimeSeries getForecastedTimeSeries()
This may be null if the requested date range did not contain any future dates, or if no forecasted data are available for the requested traffic segment. This attribute is read-only.
public void setForecastedTimeSeries(TimeSeries forecastedTimeSeries)
forecastedTimeSeries - * Time series of forecasted traffic ad opportunity counts.
This may be null if the requested date range did not contain any future dates, or if no forecasted data are available for the requested traffic segment. This attribute is read-only.
public TimeSeries getForecastedAssignedTimeSeries()
This may be null if the requested date range did not contain any future dates, or if no sell-through data are available for the requested traffic segment. This attribute is read-only.
public void setForecastedAssignedTimeSeries(TimeSeries forecastedAssignedTimeSeries)
forecastedAssignedTimeSeries - * Time series of future traffic volumes forecasted to be sold.
This may be null if the requested date range did not contain any future dates, or if no sell-through data are available for the requested traffic segment. This attribute is read-only.
public DateRange getOverallDateRange()
This is a summary field for convenience. The value will be set such that the start date is equal to the earliest start date of all time series included, and the end date is equal to the latest end date of all time series included.
If all time series fields are null, this field will also be null. This attribute is read-only.
public void setOverallDateRange(DateRange overallDateRange)
overallDateRange - * The overall date range spanned by the union of all time series
in the response.
This is a summary field for convenience. The value will be set such that the start date is equal to the earliest start date of all time series included, and the end date is equal to the latest end date of all time series included.
If all time series fields are null, this field will also be null. This attribute is read-only.
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.