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 StringgetName()Return the nameStringgetValue()Return the valuevoidsetName(String name)Set the namevoidsetValue(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
-
-