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