insertId = $insertId; } public function getInsertId() { return $this->insertId; } public function setJson($json) { $this->json = $json; } public function getJson() { return $this->json; } }