setIn method

void setIn(
  1. String actionIn
)

Sets the in property

Implementation

void setIn(String actionIn) {
  payload[EAPropertyKey.ACTION_IN] = actionIn;
}