public final class TransferError
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 Google Workspace Alert Center 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 |
---|
TransferError() |
Modifier and Type | Method and Description |
---|---|
TransferError |
clone() |
String |
getEmail()
User's email address.
|
String |
getEntityType()
Type of entity being transferred to.
|
String |
getId()
Ring group or auto attendant ID.
|
String |
getInvalidReason()
Reason for the error.
|
String |
getName()
User's full name, or the ring group / auto attendant name.
|
TransferError |
set(String fieldName,
Object value) |
TransferError |
setEmail(String email)
User's email address.
|
TransferError |
setEntityType(String entityType)
Type of entity being transferred to.
|
TransferError |
setId(String id)
Ring group or auto attendant ID.
|
TransferError |
setInvalidReason(String invalidReason)
Reason for the error.
|
TransferError |
setName(String name)
User's full name, or the ring group / auto attendant name.
|
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 getEmail()
null
for nonepublic TransferError setEmail(String email)
email
- email or null
for nonepublic String getEntityType()
null
for nonepublic TransferError setEntityType(String entityType)
entityType
- entityType or null
for nonepublic String getId()
null
for nonepublic TransferError setId(String id)
id
- id or null
for nonepublic String getInvalidReason()
null
for nonepublic TransferError setInvalidReason(String invalidReason)
invalidReason
- invalidReason or null
for nonepublic String getName()
null
for nonepublic TransferError setName(String name)
name
- name or null
for nonepublic TransferError set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public TransferError clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.