Class Notification (2.36.1)

public class Notification extends NotificationInfo

The class representing Pub/Sub notifications for the Storage. See pubsub-notifications for details.

Inheritance

Object > NotificationInfo > Notification

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getStorage()

public Storage getStorage()

Returns the notification's Storage object used to issue requests.

Returns
TypeDescription
Storage

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public Notification.Builder toBuilder()

Returns a builder for the current notification.

Returns
TypeDescription
Notification.Builder
Overrides