public final class OperatingSystem
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the DCM/DFA Reporting And Trafficking API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
OperatingSystem() |
| Modifier and Type | Method and Description |
|---|---|
OperatingSystem |
clone() |
java.lang.Long |
getDartId()
DART ID of this operating system.
|
java.lang.Boolean |
getDesktop()
Whether this operating system is for desktop.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.Boolean |
getMobile()
Whether this operating system is for mobile.
|
java.lang.String |
getName()
Name of this operating system.
|
OperatingSystem |
set(java.lang.String fieldName,
java.lang.Object value) |
OperatingSystem |
setDartId(java.lang.Long dartId)
DART ID of this operating system.
|
OperatingSystem |
setDesktop(java.lang.Boolean desktop)
Whether this operating system is for desktop.
|
OperatingSystem |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
OperatingSystem |
setMobile(java.lang.Boolean mobile)
Whether this operating system is for mobile.
|
OperatingSystem |
setName(java.lang.String name)
Name of this operating system.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getDartId()
null for nonepublic OperatingSystem setDartId(java.lang.Long dartId)
dartId - dartId or null for nonepublic java.lang.Boolean getDesktop()
null for nonepublic OperatingSystem setDesktop(java.lang.Boolean desktop)
desktop - desktop or null for nonepublic java.lang.String getKind()
null for nonepublic OperatingSystem setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Boolean getMobile()
null for nonepublic OperatingSystem setMobile(java.lang.Boolean mobile)
mobile - mobile or null for nonepublic java.lang.String getName()
null for nonepublic OperatingSystem setName(java.lang.String name)
name - name or null for nonepublic OperatingSystem set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic OperatingSystem clone()
clone in class com.google.api.client.json.GenericJson