Class ApplicationInfoReply

    • Field Detail

      • hostName

        public final java.lang.String hostName
        Application is running on this named host. Note: this name does not necessarily need to be a network host name but should be a name meaningful to both the monitored system and those monitoring it.
      • appName

        public final java.lang.String appName
        The application name.
      • 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 EReplyMessage
        Returns:
        textual representation of application information.
      • builder

        public static ApplicationInfoReply.Builder builder()
        Returns a new instance of a ApplicationInfoReply message builder.
        Returns:
        new message builder instance.