Class ApplicationInfo

    • Field Detail

      • hostName

        public final java.lang.String hostName
        Application is running on this host. Note: this name is not not required to be a network host name but should be a name meaningful to the application and those monitoring it.
      • appName

        public final java.lang.String appName
        Application name. This name should be meaningful both to the application and those monitoring it.
      • appVersion

        public final java.lang.String appVersion
        The application version.
      • copyright

        @Nullable
        public final java.lang.String copyright
        The application copyright information.
      • description

        @Nullable
        public final java.lang.String description
        Optional human-readable description of this application.
      • attributes

        @Nullable
        public final EField attributes
        The application-specific attributes.
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns the application information message as text.
        Overrides:
        toString in class ENotificationMessage
        Returns:
        textual representation of application information.
      • builder

        public static ApplicationInfo.Builder builder()
        Returns the ApplicationInfo message builder.
        Returns:
        message builder.