public class CreativeTargeting extends Object implements Serializable
LineItem.| Constructor and Description |
|---|
CreativeTargeting() |
CreativeTargeting(String name,
Targeting targeting) |
| 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
|
String |
getName()
Gets the name value for this CreativeTargeting.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Targeting |
getTargeting()
Gets the targeting value for this CreativeTargeting.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setName(String name)
Sets the name value for this CreativeTargeting.
|
void |
setTargeting(Targeting targeting)
Sets the targeting value for this CreativeTargeting.
|
String |
toString() |
public String getName()
public void setName(String name)
name - * The name of this creative targeting. This attribute is required.public Targeting getTargeting()
Targeting criteria of this creative targeting.
This attribute is required.public void setTargeting(Targeting targeting)
targeting - * The Targeting criteria of this creative targeting.
This attribute is required.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.