Class AcsEmailDeliveryReportStatusDetails

java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsEmailDeliveryReportStatusDetails
All Implemented Interfaces:
com.azure.json.JsonSerializable<AcsEmailDeliveryReportStatusDetails>

public final class AcsEmailDeliveryReportStatusDetails extends Object implements com.azure.json.JsonSerializable<AcsEmailDeliveryReportStatusDetails>
Detailed information about the status if any.
  • Method Details

    • getStatusMessage

      public String getStatusMessage()
      Get the statusMessage property: Detailed status message.
      Returns:
      the statusMessage value.
    • getRecipientMailServerHostName

      public String getRecipientMailServerHostName()
      Get the recipientMailServerHostName property: Recipient mail server host name.
      Returns:
      the recipientMailServerHostName value.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AcsEmailDeliveryReportStatusDetails>
      Throws:
      IOException
    • fromJson

      public static AcsEmailDeliveryReportStatusDetails fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AcsEmailDeliveryReportStatusDetails from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AcsEmailDeliveryReportStatusDetails if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the AcsEmailDeliveryReportStatusDetails.