org.apache.jmeter.visualizers
Class SamplerResultTab.RowResult
java.lang.Object
org.apache.jmeter.visualizers.SamplerResultTab.RowResult
- Enclosing class:
- SamplerResultTab
public static class SamplerResultTab.RowResult
- extends Object
For model table
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamplerResultTab.RowResult
public SamplerResultTab.RowResult(String key,
Object value)
getKey
public String getKey()
- Returns:
- the key
setKey
public void setKey(String key)
- Parameters:
key
- the key to set
getValue
public Object getValue()
- Returns:
- the value
setValue
public void setValue(Object value)
- Parameters:
value
- the value to set
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.