Class HttpHeaders
java.lang.Object
com.microsoft.azure.management.containerinstance.HttpHeaders
The HTTP headers.
-
Constructor Details
-
HttpHeaders
public HttpHeaders()
-
-
Method Details
-
name
Get the header name.- Returns:
- the name value
-
withName
Set the header name.- Parameters:
name
- the name value to set- Returns:
- the HttpHeaders object itself.
-
value
Get the header value.- Returns:
- the value value
-
withValue
Set the header value.- Parameters:
value
- the value value to set- Returns:
- the HttpHeaders object itself.
-