Class Notification (2.37.0)

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
Name Description
o Object
Returns
Type Description
boolean
Overrides

getStorage()

public Storage getStorage()

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

Returns
Type Description
Storage

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public Notification.Builder toBuilder()

Returns a builder for the current notification.

Returns
Type Description
Notification.Builder
Overrides