Class AccountCreateNotification


  • public class AccountCreateNotification
    extends Object
    AccountCreateNotification
    • Constructor Detail

      • AccountCreateNotification

        public AccountCreateNotification()
    • 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 AccountCreateNotification object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

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

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

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