Class ListNotificationsRequest

java.lang.Object
com.cloudera.cdp.df.model.ListNotificationsRequest

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

    • ListNotificationsRequest

      public ListNotificationsRequest()
  • Method Details

    • getTimestampAfter

      public Long getTimestampAfter()
      Getter for timestampAfter. Timestamp from when to list notifications since
    • setTimestampAfter

      public void setTimestampAfter(Long timestampAfter)
      Setter for timestampAfter. Timestamp from when to list notifications since
    • 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