Class IssueConsoleInputData


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

      • IssueConsoleInputData

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

      • getCmd

        public 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()
        Set process response to true
      • toString

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