Class ListNotificationsResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class ListNotificationsResponse extends CdpResponse
The response for retrieving notifications
  • Constructor Details

    • ListNotificationsResponse

      public ListNotificationsResponse()
  • Method Details

    • getNotifications

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object