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 Integer
scanControllerProcessInMs
-
Constructor Summary
Constructors Constructor Description PerformanceMetrics()
-
Method Summary
Modifier and Type Method Description Integer
getScanControllerProcessInMs()
The total duration of the scan controller process, in milliseconds void
setScanControllerProcessInMs(Integer scanControllerProcessInMs)
The total duration of the scan controller process, in milliseconds String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-