bidCount = $bidCount; } /** * @return MetricValue */ public function getBidCount() { return $this->bidCount; } /** * @param string */ public function setDetail($detail) { $this->detail = $detail; } /** * @return string */ public function getDetail() { return $this->detail; } /** * @param int */ public function setDetailId($detailId) { $this->detailId = $detailId; } /** * @return int */ public function getDetailId() { return $this->detailId; } /** * @param RowDimensions */ public function setRowDimensions(RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FilteredBidDetailRow::class, 'Google_Service_AdExchangeBuyerII_FilteredBidDetailRow');