Package org.apache.gravitino.dto
Class VersionDTO
java.lang.Object
org.apache.gravitino.dto.VersionDTO
- Direct Known Subclasses:
GravitinoVersion
Represents a Version Data Transfer Object (DTO).
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for Jackson deserialization.VersionDTO
(String version, String compileDate, String gitCommit) Creates a new instance of VersionDTO. -
Method Summary
-
Constructor Details
-
VersionDTO
public VersionDTO()Default constructor for Jackson deserialization. -
VersionDTO
Creates a new instance of VersionDTO.- Parameters:
version
- The version of the software.compileDate
- The date the software was compiled.gitCommit
- The git commit of the software.
-
-
Method Details
-
version
- Returns:
- The version of the software.
-
compileDate
- Returns:
- The date the software was compiled.
-
gitCommit
- Returns:
- The git commit of the software.
-