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

Class NVPair


public class NVPair
extends Object

Description:

Version:
$Revision: 674365 $

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

Field Details

NAME

protected String NAME

VALUE

protected String VALUE

Constructor Details

NVPair

public NVPair()

NVPair

public NVPair(String name,
              String value)
The constructor takes a name and value which represent HTTP request parameters.
Parameters:
name -
value -

Method Details

getName

public String getName()
Return the name
Returns:
name

getValue

public String getValue()
Return the value
Returns:
value

setName

public void setName(String name)
Set the name
Parameters:
name -

setValue

public void setValue(String value)
Set the value
Parameters:
value -

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