- java.lang.Object
-
- com.github.alexdlaird.http.Parameter
-
public class Parameter extends java.lang.ObjectA parameter for theHttpClient.
-
-
Constructor Summary
Constructors Constructor Description Parameter(java.lang.String name, java.lang.String value)Construct a parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Get the name of the field.java.lang.StringgetValue()Get the value of the field.
-