public class ForecastBreakdownTarget extends Object implements Serializable
| Constructor and Description |
|---|
ForecastBreakdownTarget() |
ForecastBreakdownTarget(String name,
Targeting targeting,
CreativePlaceholder creative) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CreativePlaceholder |
getCreative()
Gets the creative value for this ForecastBreakdownTarget.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this ForecastBreakdownTarget.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Targeting |
getTargeting()
Gets the targeting value for this ForecastBreakdownTarget.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCreative(CreativePlaceholder creative)
Sets the creative value for this ForecastBreakdownTarget.
|
void |
setName(String name)
Sets the name value for this ForecastBreakdownTarget.
|
void |
setTargeting(Targeting targeting)
Sets the targeting value for this ForecastBreakdownTarget.
|
String |
toString() |
public ForecastBreakdownTarget()
public ForecastBreakdownTarget(String name, Targeting targeting, CreativePlaceholder creative)
public String getName()
ForecastBreakdownEntry.name field.public void setName(String name)
name - * An optional name for this breakdown target, to be populated
in the corresponding
ForecastBreakdownEntry.name field.public Targeting getTargeting()
public void setTargeting(Targeting targeting)
targeting - * If specified, the targeting for this breakdown.public CreativePlaceholder getCreative()
public void setCreative(CreativePlaceholder creative)
creative - * If specified, restrict the breakdown to only inventory matching
this creative.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.