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