setInput method

void setInput(
  1. String api,
  2. Object input
)

Set the input DTO of a specified API name.

Implementation

void setInput(String api, Object input){
  _inputs[api] = input;
}