Package alpine.model

Class 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 VersionResource uses this class in it's JSON response.
    Since:
    1.0.0
    Author:
    Steve Springett
    See Also:
    Serialized Form
    • Constructor Detail

      • About

        public About()
    • Method Detail

      • getApplication

        public String getApplication()
      • getVersion

        public String getVersion()
      • getTimestamp

        public String getTimestamp()
      • getUuid

        public String getUuid()
      • getSystemUuid

        public String getSystemUuid()