public class NameValuePair extends Object
Constructor | Description |
---|---|
NameValuePair() |
Modifier and Type | Method | 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–2019 The Apache Software Foundation. All rights reserved.