Class HTTPHeader

java.lang.Object
com.microsoft.azure.management.network.HTTPHeader

public class HTTPHeader extends Object
The HTTP header.
  • Constructor Details

    • HTTPHeader

      public HTTPHeader()
  • Method Details

    • name

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

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

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

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