queryId = $queryId; } /** * @return string */ public function getQueryId() { return $this->queryId; } /** * @param string */ public function setReportId($reportId) { $this->reportId = $reportId; } /** * @return string */ public function getReportId() { return $this->reportId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportKey::class, 'Google_Service_DoubleClickBidManager_ReportKey');