_action = $action; $this->_opType = $opType; } public function getAction(): Action { return $this->_action; } public function getOpType(): string { return $this->_opType; } }