public class Notification extends NotificationInfo
Modifier and Type | Class and Description |
---|---|
static class |
Notification.Builder
Builder for
Notification . |
NotificationInfo.BuilderImpl, NotificationInfo.EventType, NotificationInfo.PayloadFormat
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Storage |
getStorage()
Returns the notification's
Storage object used to issue requests. |
int |
hashCode() |
Notification.Builder |
toBuilder()
Returns a builder for the current notification.
|
getCustomAttributes, getEtag, getEventTypes, getNotificationId, getObjectNamePrefix, getPayloadFormat, getSelfLink, getTopic, newBuilder, of, toString
public Storage getStorage()
Storage
object used to issue requests.public Notification.Builder toBuilder()
NotificationInfo
toBuilder
in class NotificationInfo
public boolean equals(Object o)
equals
in class NotificationInfo
public int hashCode()
hashCode
in class NotificationInfo
Copyright © 2023 Google LLC. All rights reserved.