public class NameValuePair extends Object
| Constructor and Description |
|---|
NameValuePair() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the parameter name.
|
String |
getValue()
Returns the parameter value.
|
void |
setName(String pName)
Sets the parameter name.
|
void |
setValue(String pValue)
Sets the parameter value.
|
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.