Class HttpMessage
- java.lang.Object
-
- com.microsoft.azure.management.resources.HttpMessage
-
public class HttpMessage extends Object
HTTP message.
-
-
Constructor Summary
Constructors Constructor Description HttpMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcontent()Get the content value.HttpMessagewithContent(Object content)Set the content value.
-
-
-
Method Detail
-
content
public Object content()
Get the content value.- Returns:
- the content value
-
withContent
public HttpMessage withContent(Object content)
Set the content value.- Parameters:
content- the content value to set- Returns:
- the HttpMessage object itself.
-
-