queryPlan = $queryPlan; } /** * @return QueryPlan */ public function getQueryPlan() { return $this->queryPlan; } /** * @param array[] */ public function setQueryStats($queryStats) { $this->queryStats = $queryStats; } /** * @return array[] */ public function getQueryStats() { return $this->queryStats; } /** * @param string */ public function setRowCountExact($rowCountExact) { $this->rowCountExact = $rowCountExact; } /** * @return string */ public function getRowCountExact() { return $this->rowCountExact; } /** * @param string */ public function setRowCountLowerBound($rowCountLowerBound) { $this->rowCountLowerBound = $rowCountLowerBound; } /** * @return string */ public function getRowCountLowerBound() { return $this->rowCountLowerBound; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResultSetStats::class, 'Google_Service_Spanner_ResultSetStats');