Class 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 Detail

      • ZosmfPlugin

        public ZosmfPlugin​(String pluginVersion,
                           String pluginDefaultName,
                           String pluginStatus)
        ZosmfPlugin constructor.
        Parameters:
        pluginVersion - version of the plugin
        pluginDefaultName - default name of the plugin
        pluginStatus - status of the plugin
    • 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
      • toString

        public String toString()
        Return string value representing ZosmfPlugin object.
        Overrides:
        toString in class Object
        Returns:
        string representation of ZosmfPlugin