Class EventResponseMessage

java.lang.Object
com.microsoft.azure.management.containerregistry.EventResponseMessage

public class EventResponseMessage extends Object
The event response message received from the service URI.
  • Constructor Details

    • EventResponseMessage

      public EventResponseMessage()
  • Method Details

    • content

      public String content()
      Get the content of the event response message.
      Returns:
      the content value
    • withContent

      public EventResponseMessage withContent(String content)
      Set the content of the event response message.
      Parameters:
      content - the content value to set
      Returns:
      the EventResponseMessage object itself.
    • headers

      public Map<String,String> headers()
      Get the headers of the event response message.
      Returns:
      the headers value
    • withHeaders

      public EventResponseMessage withHeaders(Map<String,String> headers)
      Set the headers of the event response message.
      Parameters:
      headers - the headers value to set
      Returns:
      the EventResponseMessage object itself.
    • reasonPhrase

      public String reasonPhrase()
      Get the reason phrase of the event response message.
      Returns:
      the reasonPhrase value
    • withReasonPhrase

      public EventResponseMessage withReasonPhrase(String reasonPhrase)
      Set the reason phrase of the event response message.
      Parameters:
      reasonPhrase - the reasonPhrase value to set
      Returns:
      the EventResponseMessage object itself.
    • statusCode

      public String statusCode()
      Get the status code of the event response message.
      Returns:
      the statusCode value
    • withStatusCode

      public EventResponseMessage withStatusCode(String statusCode)
      Set the status code of the event response message.
      Parameters:
      statusCode - the statusCode value to set
      Returns:
      the EventResponseMessage object itself.
    • version

      public String version()
      Get the HTTP message version.
      Returns:
      the version value
    • withVersion

      public EventResponseMessage withVersion(String version)
      Set the HTTP message version.
      Parameters:
      version - the version value to set
      Returns:
      the EventResponseMessage object itself.