Class ListNotificationsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class ListNotificationsResponse
    extends CdpResponse
    The response for retrieving notifications
    • Constructor Detail

      • ListNotificationsResponse

        public ListNotificationsResponse()
    • Method Detail

      • getNotifications

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object