HttpMessage Class
- java.
lang. Object - com.
microsoft. azure. management. resources. HttpMessage
- com.
public class HttpMessage
The HttpMessage model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
content()
Get the content value. |
Http |
withContent(Object content)
Set the content value. |
Method Details
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java