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 Campaign Manager 360 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
OperatingSystem() |
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
clone() |
Long |
getDartId()
DART ID of this operating system.
|
Boolean |
getDesktop()
Whether this operating system is for desktop.
|
String |
getKind()
Identifies what kind of resource this is.
|
Boolean |
getMobile()
Whether this operating system is for mobile.
|
String |
getName()
Name of this operating system.
|
OperatingSystem |
set(String fieldName,
Object value) |
OperatingSystem |
setDartId(Long dartId)
DART ID of this operating system.
|
OperatingSystem |
setDesktop(Boolean desktop)
Whether this operating system is for desktop.
|
OperatingSystem |
setKind(String kind)
Identifies what kind of resource this is.
|
OperatingSystem |
setMobile(Boolean mobile)
Whether this operating system is for mobile.
|
OperatingSystem |
setName(String name)
Name of this operating system.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getDartId()
null
for nonepublic OperatingSystem setDartId(Long dartId)
dartId
- dartId or null
for nonepublic Boolean getDesktop()
null
for nonepublic OperatingSystem setDesktop(Boolean desktop)
desktop
- desktop or null
for nonepublic String getKind()
null
for nonepublic OperatingSystem setKind(String kind)
kind
- kind or null
for nonepublic Boolean getMobile()
null
for nonepublic OperatingSystem setMobile(Boolean mobile)
mobile
- mobile or null
for nonepublic String getName()
null
for nonepublic OperatingSystem setName(String name)
name
- name or null
for nonepublic OperatingSystem set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public OperatingSystem clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.