getData(OperationInterface::ID); } /** * @inheritDoc */ public function getStatus() { return $this->getData(OperationInterface::STATUS); } /** * @inheritDoc */ public function getResultMessage() { return $this->getData(OperationInterface::RESULT_MESSAGE); } /** * @inheritDoc */ public function getErrorCode() { return $this->getData(OperationInterface::ERROR_CODE); } }