Class IssueParams


  • public class IssueParams
    extends ConsoleParams
    Interface for Issue command parameters
    Version:
    1.0
    Author:
    Frank Giordano
    • Constructor Detail

      • IssueParams

        public IssueParams()
    • Method Detail

      • getCommand

        public Optional<String> getCommand()
        Retrieve command value
        Returns:
        command value
      • setCommand

        public void setCommand​(String command)
        Assign command value
        Parameters:
        command - value
      • getSysplexSystem

        public Optional<String> getSysplexSystem()
        Retrieve sysplexSystem value
        Returns:
        sysplexSystem value
      • setSysplexSystem

        public void setSysplexSystem​(String sysplexSystem)
        Assign sysplexSystem value
        Parameters:
        sysplexSystem - value
      • getSolicitedKeyword

        public Optional<String> getSolicitedKeyword()
        Retrieve solicitedKeyword value
        Returns:
        solicitedKeyword value
      • setSolicitedKeyword

        public void setSolicitedKeyword​(String solicitedKeyword)
        Assign solicitedKeyword value
        Parameters:
        solicitedKeyword - value
      • getAsync

        public Optional<String> getAsync()
        Retrieve async value
        Returns:
        async value
      • setAsync

        public void setAsync​(String async)
        Assign async value
        Parameters:
        async - value