public class TargetingValue extends ObjectValue implements Serializable
Targeting value.
This object is experimental! TargetingValue
is an experimental, innovative,
and rapidly changing new feature for DFP. Unfortunately,
being on the bleeding edge means that we
may make backwards-incompatible changes to TargetingValue.
We will inform the
community when this feature is no longer experimental.
| Constructor and Description |
|---|
TargetingValue() |
TargetingValue(Targeting value) |
| 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
|
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
|
Targeting |
getValue()
Gets the value value for this TargetingValue.
|
int |
hashCode() |
void |
setValue(Targeting value)
Sets the value value for this TargetingValue.
|
String |
toString() |
public TargetingValue()
public TargetingValue(Targeting value)
public String toString()
toString in class ObjectValuepublic Targeting getValue()
Targeting value.public void setValue(Targeting value)
value - * The Targeting value.public boolean equals(Object obj)
equals in class ObjectValuepublic int hashCode()
hashCode in class ObjectValuepublic 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.