Class SamplerResultTab.RowResult

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      synchronized String getKey()
      synchronized void setKey(String key)
      synchronized Object getValue()
      synchronized void setValue(Object value)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SamplerResultTab.RowResult

        SamplerResultTab.RowResult(String key, Object value)