public class MobileDevice extends Criterion
A criterion of this type can only be created using an ID. A criterion of this type can be either targeted or excluded. This is enabled for AdX.
Java class for MobileDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileDevice">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="deviceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="manufacturerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deviceType" type="{https://adwords.google.com/api/adwords/cm/v201809}MobileDevice.DeviceType" minOccurs="0"/>
<element name="operatingSystemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceName |
protected MobileDeviceDeviceType |
deviceType |
protected String |
manufacturerName |
protected String |
operatingSystemName |
criterionType, id, type| Constructor and Description |
|---|
MobileDevice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceName()
Gets the value of the deviceName property.
|
MobileDeviceDeviceType |
getDeviceType()
Gets the value of the deviceType property.
|
String |
getManufacturerName()
Gets the value of the manufacturerName property.
|
String |
getOperatingSystemName()
Gets the value of the operatingSystemName property.
|
void |
setDeviceName(String value)
Sets the value of the deviceName property.
|
void |
setDeviceType(MobileDeviceDeviceType value)
Sets the value of the deviceType property.
|
void |
setManufacturerName(String value)
Sets the value of the manufacturerName property.
|
void |
setOperatingSystemName(String value)
Sets the value of the operatingSystemName property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected String deviceName
protected String manufacturerName
protected MobileDeviceDeviceType deviceType
protected String operatingSystemName
public String getDeviceName()
Stringpublic void setDeviceName(String value)
value - allowed object is
Stringpublic String getManufacturerName()
Stringpublic void setManufacturerName(String value)
value - allowed object is
Stringpublic MobileDeviceDeviceType getDeviceType()
MobileDeviceDeviceTypepublic void setDeviceType(MobileDeviceDeviceType value)
value - allowed object is
MobileDeviceDeviceTypepublic String getOperatingSystemName()
StringCopyright © 2023. All rights reserved.