|
||||||||||
| 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.DeviceManufacturerTargeting
public class DeviceManufacturerTargeting
Represents device manufacturer that are being targeted or excluded
by the
LineItem.
| Constructor Summary | |
|---|---|
DeviceManufacturerTargeting()
|
|
DeviceManufacturerTargeting(Boolean isTargeted,
Technology[] deviceManufacturers)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Technology[] |
getDeviceManufacturers()
Gets the deviceManufacturers value for this DeviceManufacturerTargeting. |
Technology |
getDeviceManufacturers(int i)
|
Boolean |
getIsTargeted()
Gets the isTargeted value for this DeviceManufacturerTargeting. |
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 |
int |
hashCode()
|
void |
setDeviceManufacturers(int i,
Technology _value)
|
void |
setDeviceManufacturers(Technology[] deviceManufacturers)
Sets the deviceManufacturers value for this DeviceManufacturerTargeting. |
void |
setIsTargeted(Boolean isTargeted)
Sets the isTargeted value for this DeviceManufacturerTargeting. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeviceManufacturerTargeting()
public DeviceManufacturerTargeting(Boolean isTargeted,
Technology[] deviceManufacturers)
| Method Detail |
|---|
public Boolean getIsTargeted()
true.public void setIsTargeted(Boolean isTargeted)
isTargeted - * Indicates whether device manufacturers should be targeted or
excluded. This
attribute is optional and defaults to true.public Technology[] getDeviceManufacturers()
LineItem.public void setDeviceManufacturers(Technology[] deviceManufacturers)
deviceManufacturers - * Device manufacturers that are being targeted or excluded by
the
LineItem.public Technology getDeviceManufacturers(int i)
public void setDeviceManufacturers(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 | |||||||||