Class ValueResultData
java.lang.Object
org.apache.jmeter.report.processor.ValueResultData
- All Implemented Interfaces:
ResultData
This provides a value result from samples processing.
- Since:
- 3.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ValueResultData
public ValueResultData() -
ValueResultData
-
-
Method Details
-
getValue
-
setValue
-
accept
Description copied from interface:ResultData
Accepts the specified visitor.- Specified by:
accept
in interfaceResultData
- Type Parameters:
T
- type of the results of theResultDataVisitor
- Parameters:
visitor
- the visitor (must not benull
)- Returns:
- result of the visit
-
toString
-