Package com.easypost.easyvcr.internal
Class ApachePatch.NameValuePair
java.lang.Object
com.easypost.easyvcr.internal.ApachePatch.NameValuePair
- Enclosing class:
- ApachePatch
This class was lifted and modified from
org.apache.httpcomponents:httpcore version 4.4.16,
namespace org.apache.http.NameValuePair,
released under the Apache License 2.0.
-
Method Summary
-
Method Details
-
getName
Gets the name of this pair.- Returns:
- the name of this pair.
-
getValue
Gets the value of this pair.- Returns:
- the value of this pair, as a string.
-