Class IssueConsoleParams


  • public class IssueConsoleParams
    extends Object
    The z/OSMF console API parameters. See the z/OSMF REST API documentation for full details.
    Version:
    2.0
    Author:
    Frank Giordano
    • Constructor Detail

      • IssueConsoleParams

        public IssueConsoleParams​(String command)
        IssueConsoleParams constructor, command value is required
        Parameters:
        command - console command to issue
    • Method Detail

      • getCmd

        public Optional<String> getCmd()
        Retrieve cmd value
        Returns:
        cmd value
      • getSolKey

        public Optional<String> getSolKey()
        Retrieve solKey value
        Returns:
        solKey value
      • setSolKey

        public void setSolKey​(String solKey)
        Assign solKey value
        Parameters:
        solKey - value
      • getSystem

        public Optional<String> getSystem()
        Retrieve system value
        Returns:
        system value
      • setSystem

        public void setSystem​(String system)
        Assign system value
        Parameters:
        system - value
      • isProcessResponse

        public boolean isProcessResponse()
        Retrieve is processResponse specified
        Returns:
        boolean true or false
      • setProcessResponse

        public void setProcessResponse​(boolean processResponse)
        Assign system value
        Parameters:
        processResponse - value
      • toString

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