org.apache.jmeter.protocol.http.util.accesslog
Class NVPair
Description:
NVPair()
|
NVPair(String name, String value) - The constructor takes a name and value which represent HTTP request
parameters.
|
NAME
protected String NAME
VALUE
protected String VALUE
NVPair
public NVPair(String name,
String value)
The constructor takes a name and value which represent HTTP request
parameters.
getName
public String getName()
Return the name
getValue
public String getValue()
Return the value
setName
public void setName(String name)
Set the name
setValue
public void setValue(String value)
Set the value
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.