public final class PrintServer
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 Admin SDK 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 |
---|
PrintServer() |
Modifier and Type | Method and Description |
---|---|
PrintServer |
clone() |
String |
getCreateTime()
Output only.
|
String |
getDescription()
Editable.
|
String |
getDisplayName()
Editable.
|
String |
getId()
Immutable.
|
String |
getName()
Immutable.
|
String |
getOrgUnitId()
ID of the organization unit (OU) that owns this print server.
|
String |
getUri()
Editable.
|
PrintServer |
set(String fieldName,
Object value) |
PrintServer |
setCreateTime(String createTime)
Output only.
|
PrintServer |
setDescription(String description)
Editable.
|
PrintServer |
setDisplayName(String displayName)
Editable.
|
PrintServer |
setId(String id)
Immutable.
|
PrintServer |
setName(String name)
Immutable.
|
PrintServer |
setOrgUnitId(String orgUnitId)
ID of the organization unit (OU) that owns this print server.
|
PrintServer |
setUri(String uri)
Editable.
|
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 String getCreateTime()
null
for nonepublic PrintServer setCreateTime(String createTime)
createTime
- createTime or null
for nonepublic String getDescription()
null
for nonepublic PrintServer setDescription(String description)
description
- description or null
for nonepublic String getDisplayName()
null
for nonepublic PrintServer setDisplayName(String displayName)
displayName
- displayName or null
for nonepublic String getId()
null
for nonepublic PrintServer setId(String id)
id
- id or null
for nonepublic String getName()
null
for nonepublic PrintServer setName(String name)
name
- name or null
for nonepublic String getOrgUnitId()
null
for nonepublic PrintServer setOrgUnitId(String orgUnitId)
orgUnitId
- orgUnitId or null
for nonepublic String getUri()
null
for nonepublic PrintServer setUri(String uri)
uri
- uri or null
for nonepublic PrintServer set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public PrintServer clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2023 Google. All rights reserved.