public class VersionDTO
extends java.lang.Object
| Constructor and Description | 
|---|
| VersionDTO()Default constructor for Jackson deserialization. | 
| VersionDTO(java.lang.String version,
          java.lang.String compileDate,
          java.lang.String gitCommit)Creates a new instance of VersionDTO. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | compileDate() | 
| java.lang.String | gitCommit() | 
| java.lang.String | version() | 
public VersionDTO()
public VersionDTO(java.lang.String version,
                  java.lang.String compileDate,
                  java.lang.String gitCommit)
version - The version of the software.compileDate - The date the software was compiled.gitCommit - The git commit of the software.