Class GetExecutionVariableTypedCmd<T extends TypedValue>

    • Field Detail

      • executionId

        protected String executionId
      • variableName

        protected String variableName
      • isLocal

        protected boolean isLocal
      • deserializeValue

        protected boolean deserializeValue
    • Constructor Detail

      • GetExecutionVariableTypedCmd

        public GetExecutionVariableTypedCmd​(String executionId,
                                            String variableName,
                                            boolean isLocal,
                                            boolean deserializeValue)