Class ListNotificationsResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:36.786-07:00") public class ListNotificationsResponse extends CdpResponse
The response for retrieving notifications
  • Constructor Details Link icon

    • ListNotificationsResponse Link icon

      public ListNotificationsResponse()
  • Method Details Link icon

    • getNotifications Link icon

      public List<Notification> getNotifications()
      Getter for notifications. The notifications
    • setNotifications Link icon

      public void setNotifications(List<Notification> notifications)
      Setter for notifications. The notifications
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object