Class GetExecutionVariablesCmd

    • Field Detail

      • executionId

        protected java.lang.String executionId
      • variableNames

        protected java.util.Collection<java.lang.String> variableNames
      • isLocal

        protected boolean isLocal
      • deserializeValues

        protected boolean deserializeValues
    • Constructor Detail

      • GetExecutionVariablesCmd

        public GetExecutionVariablesCmd​(java.lang.String executionId,
                                        java.util.Collection<java.lang.String> variableNames,
                                        boolean isLocal,
                                        boolean deserializeValues)