JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrdeletedRowCount = $deletedRowCount; } /** * @return string */ public function getDeletedRowCount() { return $this->deletedRowCount; } /** * @param string */ public function setInsertedRowCount($insertedRowCount) { $this->insertedRowCount = $insertedRowCount; } /** * @return string */ public function getInsertedRowCount() { return $this->insertedRowCount; } /** * @param string */ public function setUpdatedRowCount($updatedRowCount) { $this->updatedRowCount = $updatedRowCount; } /** * @return string */ public function getUpdatedRowCount() { return $this->updatedRowCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DmlStatistics::class, 'Google_Service_Bigquery_DmlStatistics');