|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201206.DeviceCapabilityTargeting
public class DeviceCapabilityTargeting
Represents device capabilities that are being targeted or excluded
by the LineItem.
| Constructor Summary | |
|---|---|
DeviceCapabilityTargeting()
|
|
DeviceCapabilityTargeting(Technology[] targetedDeviceCapabilities,
Technology[] excludedDeviceCapabilities)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Technology[] |
getExcludedDeviceCapabilities()
Gets the excludedDeviceCapabilities value for this DeviceCapabilityTargeting. |
Technology |
getExcludedDeviceCapabilities(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
Technology[] |
getTargetedDeviceCapabilities()
Gets the targetedDeviceCapabilities value for this DeviceCapabilityTargeting. |
Technology |
getTargetedDeviceCapabilities(int i)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setExcludedDeviceCapabilities(int i,
Technology _value)
|
void |
setExcludedDeviceCapabilities(Technology[] excludedDeviceCapabilities)
Sets the excludedDeviceCapabilities value for this DeviceCapabilityTargeting. |
void |
setTargetedDeviceCapabilities(int i,
Technology _value)
|
void |
setTargetedDeviceCapabilities(Technology[] targetedDeviceCapabilities)
Sets the targetedDeviceCapabilities value for this DeviceCapabilityTargeting. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeviceCapabilityTargeting()
public DeviceCapabilityTargeting(Technology[] targetedDeviceCapabilities,
Technology[] excludedDeviceCapabilities)
| Method Detail |
|---|
public Technology[] getTargetedDeviceCapabilities()
LineItem.public void setTargetedDeviceCapabilities(Technology[] targetedDeviceCapabilities)
targetedDeviceCapabilities - * Device capabilities that are being targeted by the LineItem.public Technology getTargetedDeviceCapabilities(int i)
public void setTargetedDeviceCapabilities(int i,
Technology _value)
public Technology[] getExcludedDeviceCapabilities()
LineItem.public void setExcludedDeviceCapabilities(Technology[] excludedDeviceCapabilities)
excludedDeviceCapabilities - * Device capabilities that are being excluded by the LineItem.public Technology getExcludedDeviceCapabilities(int i)
public void setExcludedDeviceCapabilities(int i,
Technology _value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||