public class Notification extends NotificationInfo
The class representing Pub/Sub notifications for the Storage. See pubsub-notifications for details.
Methods
equals(Object o)
public boolean equals(Object o)
Name | Description |
o | Object |
Type | Description |
boolean |
getStorage()
public Storage getStorage()
Returns the notification's Storage
object used to issue requests.
Type | Description |
Storage |
hashCode()
public int hashCode()
Type | Description |
int |
toBuilder()
public Notification.Builder toBuilder()
Returns a builder for the current notification.
Type | Description |
Notification.Builder |