public final class Browser
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 |
---|
Browser() |
Modifier and Type | Method and Description |
---|---|
Browser |
clone() |
Long |
getBrowserVersionId()
ID referring to this grouping of browser and version numbers.
|
Long |
getDartId()
DART ID of this browser.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getMajorVersion()
Major version number (leftmost number) of this browser.
|
String |
getMinorVersion()
Minor version number (number after first dot on left) of this browser.
|
String |
getName()
Name of this browser.
|
Browser |
set(String fieldName,
Object value) |
Browser |
setBrowserVersionId(Long browserVersionId)
ID referring to this grouping of browser and version numbers.
|
Browser |
setDartId(Long dartId)
DART ID of this browser.
|
Browser |
setKind(String kind)
Identifies what kind of resource this is.
|
Browser |
setMajorVersion(String majorVersion)
Major version number (leftmost number) of this browser.
|
Browser |
setMinorVersion(String minorVersion)
Minor version number (number after first dot on left) of this browser.
|
Browser |
setName(String name)
Name of this browser.
|
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 getBrowserVersionId()
null
for nonepublic Browser setBrowserVersionId(Long browserVersionId)
browserVersionId
- browserVersionId or null
for nonepublic Long getDartId()
null
for nonepublic Browser setDartId(Long dartId)
dartId
- dartId or null
for nonepublic String getKind()
null
for nonepublic Browser setKind(String kind)
kind
- kind or null
for nonepublic String getMajorVersion()
null
for nonepublic Browser setMajorVersion(String majorVersion)
majorVersion
- majorVersion or null
for nonepublic String getMinorVersion()
null
for nonepublic Browser setMinorVersion(String minorVersion)
minorVersion
- minorVersion or null
for nonepublic String getName()
null
for nonepublic Browser setName(String name)
name
- name or null
for nonepublic Browser set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Browser clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.