public class OperatingSystemVersion extends Criterion
ConstantDataService.
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 OperatingSystemVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperatingSystemVersion">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="osMajorVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="osMinorVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="operatorType" type="{https://adwords.google.com/api/adwords/cm/v201809}OperatingSystemVersion.OperatorType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected OperatingSystemVersionOperatorType |
operatorType |
protected Integer |
osMajorVersion |
protected Integer |
osMinorVersion |
criterionType, id, type| Constructor and Description |
|---|
OperatingSystemVersion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
OperatingSystemVersionOperatorType |
getOperatorType()
Gets the value of the operatorType property.
|
Integer |
getOsMajorVersion()
Gets the value of the osMajorVersion property.
|
Integer |
getOsMinorVersion()
Gets the value of the osMinorVersion property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOperatorType(OperatingSystemVersionOperatorType value)
Sets the value of the operatorType property.
|
void |
setOsMajorVersion(Integer value)
Sets the value of the osMajorVersion property.
|
void |
setOsMinorVersion(Integer value)
Sets the value of the osMinorVersion property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected String name
protected Integer osMajorVersion
protected Integer osMinorVersion
protected OperatingSystemVersionOperatorType operatorType
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getOsMajorVersion()
Integerpublic void setOsMajorVersion(Integer value)
value - allowed object is
Integerpublic Integer getOsMinorVersion()
Integerpublic void setOsMinorVersion(Integer value)
value - allowed object is
Integerpublic OperatingSystemVersionOperatorType getOperatorType()
OperatingSystemVersionOperatorTypepublic void setOperatorType(OperatingSystemVersionOperatorType value)
value - allowed object is
OperatingSystemVersionOperatorTypeCopyright © 2023. All rights reserved.