Class PluginStatusEntry.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of PluginStatusEntry.
    • Method Detail

      • setDetail

        public PluginStatusEntry.Builder setDetail​(java.lang.String detail)
        Detail information of plugin. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        detail - New value for the property.
      • setNodePath

        public PluginStatusEntry.Builder setNodePath​(java.lang.String nodePath)
        Show the report node path of the plugin. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        nodePath - New value for the property.
      • setPluginName

        public PluginStatusEntry.Builder setPluginName​(java.lang.String pluginName)
        Plugin name. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        pluginName - New value for the property.
      • setPluginPath

        public PluginStatusEntry.Builder setPluginPath​(java.lang.String pluginPath)
        Plugin id. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        pluginPath - New value for the property.
      • setProfile

        public PluginStatusEntry.Builder setProfile​(java.lang.String profile)
        Display the plugin config content. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        profile - New value for the property.