public final class GoogleOperations
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 |
---|
GoogleOperations() |
Modifier and Type | Method and Description |
---|---|
GoogleOperations |
clone() |
List<String> |
getAffectedUserEmails()
The list of emails which correspond to the users directly affected by the incident.
|
Attachment |
getAttachmentData()
Optional.
|
String |
getDescription()
A detailed, freeform incident description.
|
String |
getDomain()
Customer domain for email template personalization.
|
String |
getHeader()
A header to display above the incident message.
|
String |
getTitle()
A one-line incident description.
|
GoogleOperations |
set(String fieldName,
Object value) |
GoogleOperations |
setAffectedUserEmails(List<String> affectedUserEmails)
The list of emails which correspond to the users directly affected by the incident.
|
GoogleOperations |
setAttachmentData(Attachment attachmentData)
Optional.
|
GoogleOperations |
setDescription(String description)
A detailed, freeform incident description.
|
GoogleOperations |
setDomain(String domain)
Customer domain for email template personalization.
|
GoogleOperations |
setHeader(String header)
A header to display above the incident message.
|
GoogleOperations |
setTitle(String title)
A one-line incident description.
|
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 List<String> getAffectedUserEmails()
null
for nonepublic GoogleOperations setAffectedUserEmails(List<String> affectedUserEmails)
affectedUserEmails
- affectedUserEmails or null
for nonepublic Attachment getAttachmentData()
null
for nonepublic GoogleOperations setAttachmentData(Attachment attachmentData)
attachmentData
- attachmentData or null
for nonepublic String getDescription()
null
for nonepublic GoogleOperations setDescription(String description)
description
- description or null
for nonepublic String getDomain()
null
for nonepublic GoogleOperations setDomain(String domain)
domain
- domain or null
for nonepublic String getHeader()
null
for nonepublic GoogleOperations setHeader(String header)
header
- header or null
for nonepublic String getTitle()
null
for nonepublic GoogleOperations setTitle(String title)
title
- title or null
for nonepublic GoogleOperations set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public GoogleOperations clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.