java.lang.Object
org.apache.jmeter.protocol.http.util.accesslog.NVPair

public class NVPair extends Object
Description:

  • Field Details

    • NAME

      protected String NAME
    • VALUE

      protected String VALUE
  • Constructor Details

    • NVPair

      public NVPair()
    • NVPair

      public NVPair(String name, String value)
      The constructor takes a name and value which represent HTTP request parameters.
      Parameters:
      name - name of the request parameter
      value - value of the request parameter
  • Method Details

    • setName

      public void setName(String name)
      Set the name
      Parameters:
      name - name of the request parameter
    • setValue

      public void setValue(String value)
      Set the value
      Parameters:
      value - value of the request parameter
    • getName

      public String getName()
      Return the name
      Returns:
      name
    • getValue

      public String getValue()
      Return the value
      Returns:
      value