Package alpine.model
Class About
java.lang.Object
alpine.model.About
- All Implemented Interfaces:
Serializable
A value object describing the name of the application, version, and the timestamp when it was built.
This class can be used as-is, or extended. The alpine.server.resources.VersionResource uses this
class in it's JSON response.
- Since:
- 1.0.0
- Author:
- Steve Springett
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
About
public About()
-
-
Method Details
-
getApplication
-
getVersion
-
getTimestamp
-
getUuid
-
getFramework
-
getSystemUuid
-