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.ObjectBuilder 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 PluginStatusEntrybuild()PluginStatusEntry.BuildersetDetail(java.lang.String detail)Detail information of plugin.PluginStatusEntry.BuildersetNodePath(java.lang.String nodePath)Show the report node path of the plugin.PluginStatusEntry.BuildersetPluginName(java.lang.String pluginName)Plugin name.PluginStatusEntry.BuildersetPluginPath(java.lang.String pluginPath)Plugin id.PluginStatusEntry.BuildersetProfile(java.lang.String profile)Display the plugin config content.PluginStatusEntry.BuildersetStatus(java.lang.String status)Possible values are:PluginStatusEntry.STATUS_UNKNOWNPluginStatusEntry.STATUS_ENABLEDPluginStatusEntry.STATUS_DISABLEDPlugin 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()
-
-