Class CreateNotificationResponse


  • public class CreateNotificationResponse
    extends java.lang.Object
    The response for the `createNotification` operation.
    • Constructor Detail

      • CreateNotificationResponse

        public CreateNotificationResponse()
    • Method Detail

      • getNotificationId

        public java.lang.String getNotificationId()
        The unique identifier assigned to each notification.
        Returns:
        notificationId
      • setNotificationId

        public void setNotificationId​(java.lang.String notificationId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object