NameValuePair Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. NameValuePair
- com.
public class NameValuePair
Represents a name-value pair.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name value. |
String |
value()
Get the value value. |
Name |
withName(String name)
Set the name value. |
Name |
withValue(String value)
Set the value value. |
Method Details
name
public String name()
Get the name value.
Returns:
value
public String value()
Get the value value.
Returns:
withName
public NameValuePair withName(String name)
Set the name value.
Parameters:
Returns:
withValue
public NameValuePair withValue(String value)
Set the value value.
Parameters:
Returns: