Interface PluginSummary.Builder

    • Method Detail

      • pluginId

        PluginSummary.Builder pluginId​(String pluginId)

        The ID of the plugin.

        Parameters:
        pluginId - The ID of the plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hostname

        PluginSummary.Builder hostname​(String hostname)

        The name of the host.

        Parameters:
        hostname - The name of the host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        PluginSummary.Builder status​(String status)

        The status of the plugin.

        Parameters:
        status - The status of the plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PluginHealth, PluginHealth
      • ipAddress

        PluginSummary.Builder ipAddress​(String ipAddress)

        The IP address at which the plugin is located.

        Parameters:
        ipAddress - The IP address at which the plugin is located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        PluginSummary.Builder version​(String version)

        The version of the plugin.

        Parameters:
        version - The version of the plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registeredTime

        PluginSummary.Builder registeredTime​(String registeredTime)

        The time at which the plugin was registered.

        Parameters:
        registeredTime - The time at which the plugin was registered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.