Class AccountCloseNotification


  • public class AccountCloseNotification
    extends Object
    AccountCloseNotification
    • Constructor Detail

      • AccountCloseNotification

        public AccountCloseNotification()
    • Method Detail

      • getEventDate

        public OffsetDateTime getEventDate()
        The date and time when an event has been completed.
        Returns:
        eventDate
      • setEventDate

        public void setEventDate​(OffsetDateTime eventDate)
      • getEventType

        public String getEventType()
        The event type of the notification.
        Returns:
        eventType
      • setEventType

        public void setEventType​(String eventType)
      • getExecutingUserKey

        public String getExecutingUserKey()
        The user or process that has triggered the notification.
        Returns:
        executingUserKey
      • setExecutingUserKey

        public void setExecutingUserKey​(String executingUserKey)
      • getLive

        public Boolean getLive()
        Indicates whether the notification originated from the live environment or the test environment. If true, the notification originated from the live environment. If false, the notification originated from the test environment.
        Returns:
        live
      • setLive

        public void setLive​(Boolean live)
      • getPspReference

        public String getPspReference()
        The PSP reference of the request from which the notification originates.
        Returns:
        pspReference
      • setPspReference

        public void setPspReference​(String pspReference)
      • equals

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

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

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

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