queryPlan = $queryPlan; } /** * @return Google_Service_Spanner_QueryPlan */ public function getQueryPlan() { return $this->queryPlan; } public function setQueryStats($queryStats) { $this->queryStats = $queryStats; } public function getQueryStats() { return $this->queryStats; } public function setRowCountExact($rowCountExact) { $this->rowCountExact = $rowCountExact; } public function getRowCountExact() { return $this->rowCountExact; } public function setRowCountLowerBound($rowCountLowerBound) { $this->rowCountLowerBound = $rowCountLowerBound; } public function getRowCountLowerBound() { return $this->rowCountLowerBound; } }