java.lang.Object
com.microsoft.azure.management.containerinstance.HttpHeaders

public class HttpHeaders extends Object
The HTTP headers.
  • Constructor Details

    • HttpHeaders

      public HttpHeaders()
  • Method Details

    • name

      public String name()
      Get the header name.
      Returns:
      the name value
    • withName

      public HttpHeaders withName(String name)
      Set the header name.
      Parameters:
      name - the name value to set
      Returns:
      the HttpHeaders object itself.
    • value

      public String value()
      Get the header value.
      Returns:
      the value value
    • withValue

      public HttpHeaders withValue(String value)
      Set the header value.
      Parameters:
      value - the value value to set
      Returns:
      the HttpHeaders object itself.