Class NVPair
java.lang.Object
org.apache.jmeter.protocol.http.util.accesslog.NVPair
Description:
 
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
NAME
- 
VALUE
 
- 
- 
Constructor Details- 
NVPairpublic NVPair()
- 
NVPairThe 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- 
setNameSet the name- Parameters:
- name- name of the request parameter
 
- 
setValueSet the value- Parameters:
- value- value of the request parameter
 
- 
getNameReturn the name- Returns:
- name
 
- 
getValueReturn the value- Returns:
- value
 
 
-