bidCount = $bidCount; } /** * @return MetricValue */ public function getBidCount() { return $this->bidCount; } /** * @param int */ public function setCreativeStatusId($creativeStatusId) { $this->creativeStatusId = $creativeStatusId; } /** * @return int */ public function getCreativeStatusId() { return $this->creativeStatusId; } /** * @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(CreativeStatusRow::class, 'Google_Service_AdExchangeBuyerII_CreativeStatusRow');