bidCount = $bidCount; } /** * @return Google_Service_AdExchangeBuyerII_MetricValue */ public function getBidCount() { return $this->bidCount; } /** * @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; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } }