Class ApachePatch.NameValuePair

java.lang.Object
com.easypost.easyvcr.internal.ApachePatch.NameValuePair
Enclosing class:
ApachePatch

public static class ApachePatch.NameValuePair extends Object
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 Details

    • getName

      public final String getName()
      Gets the name of this pair.
      Returns:
      the name of this pair.
    • getValue

      public final String getValue()
      Gets the value of this pair.
      Returns:
      the value of this pair, as a string.