Package com.qfs.snl.dtos
Class VersionDto
java.lang.Object
com.qfs.snl.dtos.VersionDto
DTO providing information about ActiveMonitor server.
- Author:
- ActiveViam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets ActiveMonitor version.void
setVersion
(String version) Sets ActiveMonitor version.
-
Constructor Details
-
VersionDto
Full constructor.- Parameters:
version
- ActiveMonitor version
-
-
Method Details
-
getVersion
Gets ActiveMonitor version.- Returns:
- the version
-
setVersion
Sets ActiveMonitor version.- Parameters:
version
- the version
-