public final class AppsOutage
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 |
---|
AppsOutage() |
Modifier and Type | Method and Description |
---|---|
AppsOutage |
clone() |
String |
getDashboardUri()
Link to the outage event in Google Workspace Status Dashboard
|
String |
getIncidentTrackingId()
Incident tracking ID.
|
MergeInfo |
getMergeInfo()
Indicates new alert details under which the outage is communicated.
|
String |
getNextUpdateTime()
Timestamp by which the next update is expected to arrive.
|
List<String> |
getProducts()
List of products impacted by the outage.
|
String |
getResolutionTime()
Timestamp when the outage is expected to be resolved, or has confirmed resolution.
|
String |
getStatus()
Current outage status.
|
AppsOutage |
set(String fieldName,
Object value) |
AppsOutage |
setDashboardUri(String dashboardUri)
Link to the outage event in Google Workspace Status Dashboard
|
AppsOutage |
setIncidentTrackingId(String incidentTrackingId)
Incident tracking ID.
|
AppsOutage |
setMergeInfo(MergeInfo mergeInfo)
Indicates new alert details under which the outage is communicated.
|
AppsOutage |
setNextUpdateTime(String nextUpdateTime)
Timestamp by which the next update is expected to arrive.
|
AppsOutage |
setProducts(List<String> products)
List of products impacted by the outage.
|
AppsOutage |
setResolutionTime(String resolutionTime)
Timestamp when the outage is expected to be resolved, or has confirmed resolution.
|
AppsOutage |
setStatus(String status)
Current outage status.
|
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 getDashboardUri()
null
for nonepublic AppsOutage setDashboardUri(String dashboardUri)
dashboardUri
- dashboardUri or null
for nonepublic String getIncidentTrackingId()
null
for nonepublic AppsOutage setIncidentTrackingId(String incidentTrackingId)
incidentTrackingId
- incidentTrackingId or null
for nonepublic MergeInfo getMergeInfo()
null
for nonepublic AppsOutage setMergeInfo(MergeInfo mergeInfo)
mergeInfo
- mergeInfo or null
for nonepublic String getNextUpdateTime()
null
for nonepublic AppsOutage setNextUpdateTime(String nextUpdateTime)
nextUpdateTime
- nextUpdateTime or null
for nonepublic List<String> getProducts()
null
for nonepublic AppsOutage setProducts(List<String> products)
products
- products or null
for nonepublic String getResolutionTime()
null
for nonepublic AppsOutage setResolutionTime(String resolutionTime)
resolutionTime
- resolutionTime or null
for nonepublic String getStatus()
null
for nonepublic AppsOutage setStatus(String status)
status
- status or null
for nonepublic AppsOutage set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AppsOutage clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.