public class Browser extends Technology
Java class for Browser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Browser">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}Technology">
<sequence>
<element name="majorVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="minorVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
majorVersion |
protected String |
minorVersion |
id, name| Constructor and Description |
|---|
Browser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMajorVersion()
Gets the value of the majorVersion property.
|
String |
getMinorVersion()
Gets the value of the minorVersion property.
|
void |
setMajorVersion(String value)
Sets the value of the majorVersion property.
|
void |
setMinorVersion(String value)
Sets the value of the minorVersion property.
|
getId, getName, setId, setNamepublic String getMajorVersion()
Stringpublic void setMajorVersion(String value)
value - allowed object is
Stringpublic String getMinorVersion()
StringCopyright © 2018. All Rights Reserved.