public class AlternativeUnitTypeForecast extends Object implements Serializable
For example, a forecast for an impressions goal may include this to express the matched, available, and possible viewable impressions.
| Constructor and Description |
|---|
AlternativeUnitTypeForecast() |
AlternativeUnitTypeForecast(UnitType unitType,
Long matchedUnits,
Long availableUnits,
Long possibleUnits) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAvailableUnits()
Gets the availableUnits value for this AlternativeUnitTypeForecast.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getMatchedUnits()
Gets the matchedUnits value for this AlternativeUnitTypeForecast.
|
Long |
getPossibleUnits()
Gets the possibleUnits value for this AlternativeUnitTypeForecast.
|
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
|
UnitType |
getUnitType()
Gets the unitType value for this AlternativeUnitTypeForecast.
|
int |
hashCode() |
void |
setAvailableUnits(Long availableUnits)
Sets the availableUnits value for this AlternativeUnitTypeForecast.
|
void |
setMatchedUnits(Long matchedUnits)
Sets the matchedUnits value for this AlternativeUnitTypeForecast.
|
void |
setPossibleUnits(Long possibleUnits)
Sets the possibleUnits value for this AlternativeUnitTypeForecast.
|
void |
setUnitType(UnitType unitType)
Sets the unitType value for this AlternativeUnitTypeForecast.
|
String |
toString() |
public UnitType getUnitType()
public void setUnitType(UnitType unitType)
unitType - * The alternative unit type being presented.public Long getMatchedUnits()
unitType, that match
the
specified targeting and delivery settings.public void setMatchedUnits(Long matchedUnits)
matchedUnits - * The number of units, defined by unitType, that match
the
specified targeting and delivery settings.public Long getAvailableUnits()
unitType, that can
be
booked without affecting the delivery of any reserved
line items. Exceeding
this value will not cause an overbook, but lower-priority
line items may
not run.public void setAvailableUnits(Long availableUnits)
availableUnits - * The number of units, defined by unitType, that can
be
booked without affecting the delivery of any reserved
line items. Exceeding
this value will not cause an overbook, but lower-priority
line items may
not run.public Long getPossibleUnits()
unitType,
that
could be booked by taking inventory away from lower-priority
line items.public void setPossibleUnits(Long possibleUnits)
possibleUnits - * The maximum number of units, defined by unitType,
that
could be booked by taking inventory away from lower-priority
line items.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.