|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.DeviceCategoryTargeting
public class DeviceCategoryTargeting
Represents device categories that are being targeted or excluded
by the LineItem.
| Constructor Summary | |
|---|---|
DeviceCategoryTargeting()
|
|
DeviceCategoryTargeting(Technology[] targetedDeviceCategories,
Technology[] excludedDeviceCategories)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Technology[] |
getExcludedDeviceCategories()
Gets the excludedDeviceCategories value for this DeviceCategoryTargeting. |
Technology |
getExcludedDeviceCategories(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
Technology[] |
getTargetedDeviceCategories()
Gets the targetedDeviceCategories value for this DeviceCategoryTargeting. |
Technology |
getTargetedDeviceCategories(int i)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setExcludedDeviceCategories(int i,
Technology _value)
|
void |
setExcludedDeviceCategories(Technology[] excludedDeviceCategories)
Sets the excludedDeviceCategories value for this DeviceCategoryTargeting. |
void |
setTargetedDeviceCategories(int i,
Technology _value)
|
void |
setTargetedDeviceCategories(Technology[] targetedDeviceCategories)
Sets the targetedDeviceCategories value for this DeviceCategoryTargeting. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeviceCategoryTargeting()
public DeviceCategoryTargeting(Technology[] targetedDeviceCategories,
Technology[] excludedDeviceCategories)
| Method Detail |
|---|
public Technology[] getTargetedDeviceCategories()
LineItem.public void setTargetedDeviceCategories(Technology[] targetedDeviceCategories)
targetedDeviceCategories - * Device categories that are being targeted by the LineItem.public Technology getTargetedDeviceCategories(int i)
public void setTargetedDeviceCategories(int i,
Technology _value)
public Technology[] getExcludedDeviceCategories()
LineItem.public void setExcludedDeviceCategories(Technology[] excludedDeviceCategories)
excludedDeviceCategories - * Device categories that are being excluded by the LineItem.public Technology getExcludedDeviceCategories(int i)
public void setExcludedDeviceCategories(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 | |||||||||