Class ApplicationInfoModuleSettings

java.lang.Object
com.foreach.across.modules.applicationinfo.ApplicationInfoModuleSettings

@ConfigurationProperties(prefix="application-info") public class ApplicationInfoModuleSettings extends Object
Author:
Arne Vandamme
  • Field Details

  • Constructor Details

    • ApplicationInfoModuleSettings

      public ApplicationInfoModuleSettings()
  • Method Details

    • getApplicationId

      public String getApplicationId()
      Internal id of the application
    • getApplicationName

      public String getApplicationName()
      Descriptive name of the application.
    • getEnvironmentId

      public String getEnvironmentId()
      Internal id of the environment the application is running in.
    • getEnvironmentName

      public String getEnvironmentName()
      Descriptive name of the environment the application is running in.
    • getBuildId

      public String getBuildId()
      Id of the running build of the application.
    • getBuildDate

      public Date getBuildDate()
      Date when this build was created.
    • getHostName

      public String getHostName()
      Name for the infrastructure hosting the application.
    • getStartupDate

      public Date getStartupDate()
      Timestamp when the application should be considered started.
    • setApplicationId

      public void setApplicationId(String applicationId)
      Internal id of the application
    • setApplicationName

      public void setApplicationName(String applicationName)
      Descriptive name of the application.
    • setEnvironmentId

      public void setEnvironmentId(String environmentId)
      Internal id of the environment the application is running in.
    • setEnvironmentName

      public void setEnvironmentName(String environmentName)
      Descriptive name of the environment the application is running in.
    • setBuildId

      public void setBuildId(String buildId)
      Id of the running build of the application.
    • setBuildDate

      public void setBuildDate(Date buildDate)
      Date when this build was created.
    • setHostName

      public void setHostName(String hostName)
      Name for the infrastructure hosting the application.
    • setStartupDate

      public void setStartupDate(Date startupDate)
      Timestamp when the application should be considered started.