Class ReportAvailableNotificationContent


  • public class ReportAvailableNotificationContent
    extends Object
    ReportAvailableNotificationContent
    • Constructor Detail

      • ReportAvailableNotificationContent

        public ReportAvailableNotificationContent()
    • Method Detail

      • getAccountCode

        public String getAccountCode()
        The code of the Account to which the report applies.
        Returns:
        accountCode
      • setAccountCode

        public void setAccountCode​(String accountCode)
      • getAccountType

        public String getAccountType()
        The type of Account to which the report applies.
        Returns:
        accountType
      • setAccountType

        public void setAccountType​(String accountType)
      • getEventDate

        public OffsetDateTime getEventDate()
        The date of the event to which the report applies.
        Returns:
        eventDate
      • setEventDate

        public void setEventDate​(OffsetDateTime eventDate)
      • getRemoteAccessUrl

        public String getRemoteAccessUrl()
        The URL at which the report can be accessed.
        Returns:
        remoteAccessUrl
      • setRemoteAccessUrl

        public void setRemoteAccessUrl​(String remoteAccessUrl)
      • getSuccess

        public Boolean getSuccess()
        Indicates whether the event resulted in a success.
        Returns:
        success
      • setSuccess

        public void setSuccess​(Boolean success)
      • equals

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

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

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

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