public class Parameter
extends java.lang.Object
HttpClient.| Constructor and Description |
|---|
Parameter(java.lang.String name,
java.lang.String value)
Construct a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of the field.
|
java.lang.String |
getValue()
Get the value of the field.
|