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