Class NVPair
java.lang.Object
org.apache.jmeter.protocol.http.util.accesslog.NVPair
Description:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
NAME
-
VALUE
-
-
Constructor Details
-
NVPair
public NVPair() -
NVPair
The constructor takes a name and value which represent HTTP request parameters.- Parameters:
name
- name of the request parametervalue
- value of the request parameter
-
-
Method Details
-
setName
Set the name- Parameters:
name
- name of the request parameter
-
setValue
Set the value- Parameters:
value
- value of the request parameter
-
getName
Return the name- Returns:
- name
-
getValue
Return the value- Returns:
- value
-