Class ApplicationInfoModuleSettings
java.lang.Object
com.foreach.across.modules.applicationinfo.ApplicationInfoModuleSettings
@ConfigurationProperties(prefix="application-info")
public class ApplicationInfoModuleSettings
extends Object
- Author:
- Arne Vandamme
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionInternal id of the applicationDescriptive name of the application.Date when this build was created.Id of the running build of the application.Internal id of the environment the application is running in.Descriptive name of the environment the application is running in.Name for the infrastructure hosting the application.Timestamp when the application should be considered started.void
setApplicationId
(String applicationId) Internal id of the applicationvoid
setApplicationName
(String applicationName) Descriptive name of the application.void
setBuildDate
(Date buildDate) Date when this build was created.void
setBuildId
(String buildId) Id of the running build of the application.void
setEnvironmentId
(String environmentId) Internal id of the environment the application is running in.void
setEnvironmentName
(String environmentName) Descriptive name of the environment the application is running in.void
setHostName
(String hostName) Name for the infrastructure hosting the application.void
setStartupDate
(Date startupDate) Timestamp when the application should be considered started.
-
Field Details
-
UNKNOWN_VALUE
- See Also:
-
ENVIRONMENT_ID
- See Also:
-
ENVIRONMENT_NAME
- See Also:
-
APPLICATION_ID
- See Also:
-
APPLICATION_NAME
- See Also:
-
BUILD_ID
- See Also:
-
BUILD_DATE
- See Also:
-
HOSTNAME
- See Also:
-
STARTUP_DATE
- See Also:
-
-
Constructor Details
-
ApplicationInfoModuleSettings
public ApplicationInfoModuleSettings()
-
-
Method Details
-
getApplicationId
Internal id of the application -
getApplicationName
Descriptive name of the application. -
getEnvironmentId
Internal id of the environment the application is running in. -
getEnvironmentName
Descriptive name of the environment the application is running in. -
getBuildId
Id of the running build of the application. -
getBuildDate
Date when this build was created. -
getHostName
Name for the infrastructure hosting the application. -
getStartupDate
Timestamp when the application should be considered started. -
setApplicationId
Internal id of the application -
setApplicationName
Descriptive name of the application. -
setEnvironmentId
Internal id of the environment the application is running in. -
setEnvironmentName
Descriptive name of the environment the application is running in. -
setBuildId
Id of the running build of the application. -
setBuildDate
Date when this build was created. -
setHostName
Name for the infrastructure hosting the application. -
setStartupDate
Timestamp when the application should be considered started.
-