Class NVPair
- java.lang.Object
-
- org.apache.jmeter.protocol.http.util.accesslog.NVPair
-
public class NVPair extends Object
Description:
- Version:
- $Revision: 1648732 $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Return the nameString
getValue()
Return the valuevoid
setName(String name)
Set the namevoid
setValue(String value)
Set the value
-
-
-
Method Detail
-
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
-
-