Apache JMeter

org.apache.jmeter.protocol.http.util.accesslog
Class NVPair

java.lang.Object
  extended by org.apache.jmeter.protocol.http.util.accesslog.NVPair

public class NVPair
extends java.lang.Object

Description:

Version:
$Revision: 674365 $

Field Summary
protected  java.lang.String NAME
           
protected  java.lang.String VALUE
           
 
Constructor Summary
NVPair()
           
NVPair(java.lang.String name, java.lang.String value)
          The constructor takes a name and value which represent HTTP request parameters.
 
Method Summary
 java.lang.String getName()
          Return the name
 java.lang.String getValue()
          Return the value
 void setName(java.lang.String name)
          Set the name
 void setValue(java.lang.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

NAME

protected java.lang.String NAME

VALUE

protected java.lang.String VALUE
Constructor Detail

NVPair

public NVPair()

NVPair

public NVPair(java.lang.String name,
              java.lang.String value)
The constructor takes a name and value which represent HTTP request parameters.

Parameters:
name -
value -
Method Detail

setName

public void setName(java.lang.String name)
Set the name

Parameters:
name -

setValue

public void setValue(java.lang.String value)
Set the value

Parameters:
value -

getName

public java.lang.String getName()
Return the name

Returns:
name

getValue

public java.lang.String getValue()
Return the value

Returns:
value

Apache JMeter

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.