public class OperatingSystemVersion extends Technology
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://www.google.com/apis/ads/publisher/v201711}Technology">
<sequence>
<element name="majorVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="minorVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="microVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
majorVersion |
protected Integer |
microVersion |
protected Integer |
minorVersion |
id, name| Constructor and Description |
|---|
OperatingSystemVersion() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMajorVersion()
Gets the value of the majorVersion property.
|
Integer |
getMicroVersion()
Gets the value of the microVersion property.
|
Integer |
getMinorVersion()
Gets the value of the minorVersion property.
|
void |
setMajorVersion(Integer value)
Sets the value of the majorVersion property.
|
void |
setMicroVersion(Integer value)
Sets the value of the microVersion property.
|
void |
setMinorVersion(Integer value)
Sets the value of the minorVersion property.
|
getId, getName, setId, setNameprotected Integer majorVersion
protected Integer minorVersion
protected Integer microVersion
public Integer getMajorVersion()
Integerpublic void setMajorVersion(Integer value)
value - allowed object is
Integerpublic Integer getMinorVersion()
Integerpublic void setMinorVersion(Integer value)
value - allowed object is
Integerpublic Integer getMicroVersion()
IntegerCopyright © 2018. All Rights Reserved.