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.
|
public String getName()
public void setName(String pName)
pName
- The parameter name-public String getValue()
public void setValue(String pValue)
pValue
- The parameter name-Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.