Class NameValuePair
java.lang.Object
com.microsoft.azure.management.appservice.NameValuePair
Name value pair.
-
Constructor Details
-
NameValuePair
public NameValuePair()
-
-
Method Details
-
name
Get pair name.- Returns:
- the name value
-
withName
Set pair name.- Parameters:
name
- the name value to set- Returns:
- the NameValuePair object itself.
-
value
Get pair value.- Returns:
- the value value
-
withValue
Set pair value.- Parameters:
value
- the value value to set- Returns:
- the NameValuePair object itself.
-