Class NotificationResponse


  • public class NotificationResponse
    extends Object
    NotificationResponse
    • Field Detail

    • Constructor Detail

      • NotificationResponse

        public NotificationResponse()
    • Method Detail

      • getNotificationResponse

        public String getNotificationResponse()
        Set this parameter to **[accepted]** to acknowledge that you received a notification from Adyen.
        Returns:
        notificationResponse
      • setNotificationResponse

        public void setNotificationResponse​(String notificationResponse)
      • equals

        public boolean equals​(Object o)
        Return true if this NotificationResponse object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

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

        public static NotificationResponse fromJson​(String jsonString)
                                             throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of NotificationResponse given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of NotificationResponse
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to NotificationResponse
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of NotificationResponse to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException