Package alpine.model

Class About

java.lang.Object
alpine.model.About
All Implemented Interfaces:
Serializable

@Singleton public class About extends Object implements 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:
  • Constructor Details

    • About

      public About()
  • Method Details

    • getApplication

      public String getApplication()
    • getVersion

      public String getVersion()
    • getTimestamp

      public String getTimestamp()
    • getUuid

      public String getUuid()
    • getFramework

      public About.Framework getFramework()
    • getSystemUuid

      public String getSystemUuid()