key = $key; } /** * @return Google_Service_DoubleClickBidManager_ReportKey */ public function getKey() { return $this->key; } /** * @param Google_Service_DoubleClickBidManager_ReportMetadata */ public function setMetadata(Google_Service_DoubleClickBidManager_ReportMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_DoubleClickBidManager_ReportMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_DoubleClickBidManager_Parameters */ public function setParams(Google_Service_DoubleClickBidManager_Parameters $params) { $this->params = $params; } /** * @return Google_Service_DoubleClickBidManager_Parameters */ public function getParams() { return $this->params; } }