Uses of Class
io.tech1.framework.domain.base.Version
-
Packages that use Version Package Description io.tech1.framework.domain.base io.tech1.framework.domain.events.hardware io.tech1.framework.domain.hardware.monitoring -
-
Uses of Version in io.tech1.framework.domain.base
Methods in io.tech1.framework.domain.base that return Version Modifier and Type Method Description static VersionVersion. of(String value)static VersionVersion. unknown() -
Uses of Version in io.tech1.framework.domain.events.hardware
Methods in io.tech1.framework.domain.events.hardware that return Version Modifier and Type Method Description VersionEventLastHardwareMonitoringDatapoint. getVersion()Constructors in io.tech1.framework.domain.events.hardware with parameters of type Version Constructor Description EventLastHardwareMonitoringDatapoint(Version version, HardwareMonitoringDatapoint last) -
Uses of Version in io.tech1.framework.domain.hardware.monitoring
Methods in io.tech1.framework.domain.hardware.monitoring that return Version Modifier and Type Method Description VersionHardwareMonitoringMetadata. getVersion()VersionHardwareMonitoringWidget. getVersion()Constructors in io.tech1.framework.domain.hardware.monitoring with parameters of type Version Constructor Description HardwareMonitoringMetadata(Version version, SystemMemories systemMemories)HardwareMonitoringWidget(Version version, HardwareMonitoringDatapointTableView datapoint)
-