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