- java.lang.Object
-
- zowe.client.sdk.zosmfinfo.model.ZosmfPlugin
-
public class ZosmfPlugin extends Object
The plugin information structure for the plugin property of the z/OSMF info response.- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description ZosmfPlugin(String pluginVersion, String pluginDefaultName, String pluginStatus)ZosmfPlugin constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPluginDefaultName()Retrieve plugin default name specified.StringgetPluginStatus()Retrieve plugin status specified.StringgetPluginVersion()Retrieve the plugin version specified.StringtoString()Return string value representing ZosmfPlugin object.
-
-
-
Method Detail
-
getPluginVersion
public String getPluginVersion()
Retrieve the plugin version specified.- Returns:
- plugin version value
-
getPluginDefaultName
public String getPluginDefaultName()
Retrieve plugin default name specified.- Returns:
- plugin default name value
-
getPluginStatus
public String getPluginStatus()
Retrieve plugin status specified.- Returns:
- plugin status value
-
-