bidCount = $bidCount; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getBidCount() { return $this->bidCount; } public function setDetailId($detailId) { $this->detailId = $detailId; } public function getDetailId() { return $this->detailId; } /** * @param Google_Service_AdExchangeBuyerII_RowDimensions */ public function setRowDimensions(Google_Service_AdExchangeBuyerII_RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return Google_Service_AdExchangeBuyerII_RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } }