public static final class PluginStatusEntry.Builder
extends java.lang.Object
PluginStatusEntry
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PluginStatusEntry . |
Modifier and Type | Method and Description |
---|---|
PluginStatusEntry |
build() |
PluginStatusEntry.Builder |
setDetail(java.lang.String detail)
Detail information of plugin.
|
PluginStatusEntry.Builder |
setNodePath(java.lang.String nodePath)
Show the report node path of the plugin.
|
PluginStatusEntry.Builder |
setPluginPath(java.lang.String pluginPath)
Plugin id.
|
PluginStatusEntry.Builder |
setProfile(java.lang.String profile)
Display the plugin configß content.
|
PluginStatusEntry.Builder |
setStatus(java.lang.String status)
Possible values are:
PluginStatusEntry.STATUS_UNKNOWN PluginStatusEntry.STATUS_ENABLED PluginStatusEntry.STATUS_DISABLED Plugin
status. |
public Builder()
PluginStatusEntry
.public PluginStatusEntry.Builder setDetail(java.lang.String detail)
detail
- New value for the property.public PluginStatusEntry.Builder setNodePath(java.lang.String nodePath)
nodePath
- New value for the property.public PluginStatusEntry.Builder setPluginPath(java.lang.String pluginPath)
pluginPath
- New value for the property.public PluginStatusEntry.Builder setProfile(java.lang.String profile)
profile
- New value for the property.public PluginStatusEntry.Builder setStatus(java.lang.String status)
status
- New value for the property.public PluginStatusEntry build()