Class EventResponseMessage
java.lang.Object
com.microsoft.azure.management.containerregistry.EventResponseMessage
The event response message received from the service URI.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncontent()
Get the content of the event response message.headers()
Get the headers of the event response message.Get the reason phrase of the event response message.Get the status code of the event response message.version()
Get the HTTP message version.withContent
(String content) Set the content of the event response message.withHeaders
(Map<String, String> headers) Set the headers of the event response message.withReasonPhrase
(String reasonPhrase) Set the reason phrase of the event response message.withStatusCode
(String statusCode) Set the status code of the event response message.withVersion
(String version) Set the HTTP message version.
-
Constructor Details
-
EventResponseMessage
public EventResponseMessage()
-
-
Method Details
-
content
Get the content of the event response message.- Returns:
- the content value
-
withContent
Set the content of the event response message.- Parameters:
content
- the content value to set- Returns:
- the EventResponseMessage object itself.
-
headers
Get the headers of the event response message.- Returns:
- the headers value
-
withHeaders
Set the headers of the event response message.- Parameters:
headers
- the headers value to set- Returns:
- the EventResponseMessage object itself.
-
reasonPhrase
Get the reason phrase of the event response message.- Returns:
- the reasonPhrase value
-
withReasonPhrase
Set the reason phrase of the event response message.- Parameters:
reasonPhrase
- the reasonPhrase value to set- Returns:
- the EventResponseMessage object itself.
-
statusCode
Get the status code of the event response message.- Returns:
- the statusCode value
-
withStatusCode
Set the status code of the event response message.- Parameters:
statusCode
- the statusCode value to set- Returns:
- the EventResponseMessage object itself.
-
version
Get the HTTP message version.- Returns:
- the version value
-
withVersion
Set the HTTP message version.- Parameters:
version
- the version value to set- Returns:
- the EventResponseMessage object itself.
-