Package io.anyline.plugin.result
Class PerformanceMetrics
-
- All Implemented Interfaces:
-
java.io.Serializable
public class PerformanceMetrics implements Serializable
representing time measurements for different parts of the process.
-
-
Field Summary
Fields Modifier and Type Field Description public IntegerscanControllerProcessInMs
-
Constructor Summary
Constructors Constructor Description PerformanceMetrics()
-
Method Summary
Modifier and Type Method Description IntegergetScanControllerProcessInMs()The total duration of the scan controller process, in milliseconds voidsetScanControllerProcessInMs(Integer scanControllerProcessInMs)The total duration of the scan controller process, in milliseconds StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getScanControllerProcessInMs
Integer getScanControllerProcessInMs()
The total duration of the scan controller process, in milliseconds
-
setScanControllerProcessInMs
void setScanControllerProcessInMs(Integer scanControllerProcessInMs)
The total duration of the scan controller process, in milliseconds
-
hashCode
int hashCode()
-
-
-
-