Package com.vmware.nsx_policy.model
Class PluginStatusEntry.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PluginStatusEntry.Builder
-
- Enclosing class:
- PluginStatusEntry
public static final class PluginStatusEntry.Builder extends java.lang.Object
Builder class forPluginStatusEntry
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofPluginStatusEntry
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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
setPluginName(java.lang.String pluginName)
Plugin name.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.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPluginStatusEntry
.
-
-
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.
-
setStatus
public PluginStatusEntry.Builder setStatus(java.lang.String status)
Possible values are: Plugin status. 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:
status
- New value for the property.
-
build
public PluginStatusEntry build()
-
-