|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.protocol.http.util.accesslog.NVPair
Description:
Field Summary | |
protected String |
NAME
|
protected String |
VALUE
|
Constructor Summary | |
NVPair()
|
|
NVPair(String name,
String value)
The constructor takes a name and value which represent HTTP request parameters. |
Method Summary | |
String |
getName()
Return the name |
String |
getValue()
Return the value |
void |
setName(String name)
Set the name |
void |
setValue(String value)
Set the value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String NAME
protected String VALUE
Constructor Detail |
public NVPair()
public NVPair(String name, String value)
name
- value
- Method Detail |
public void setName(String name)
name
- public void setValue(String value)
value
- public String getName()
public String getValue()
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |