芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/www/vendor/google/apiclient-services/src/ShoppingContent/ReportRow.php
bestSellers = $bestSellers; } /** * @return BestSellers */ public function getBestSellers() { return $this->bestSellers; } /** * @param Brand */ public function setBrand(Brand $brand) { $this->brand = $brand; } /** * @return Brand */ public function getBrand() { return $this->brand; } /** * @param Metrics */ public function setMetrics(Metrics $metrics) { $this->metrics = $metrics; } /** * @return Metrics */ public function getMetrics() { return $this->metrics; } /** * @param PriceCompetitiveness */ public function setPriceCompetitiveness(PriceCompetitiveness $priceCompetitiveness) { $this->priceCompetitiveness = $priceCompetitiveness; } /** * @return PriceCompetitiveness */ public function getPriceCompetitiveness() { return $this->priceCompetitiveness; } /** * @param PriceInsights */ public function setPriceInsights(PriceInsights $priceInsights) { $this->priceInsights = $priceInsights; } /** * @return PriceInsights */ public function getPriceInsights() { return $this->priceInsights; } /** * @param ProductCluster */ public function setProductCluster(ProductCluster $productCluster) { $this->productCluster = $productCluster; } /** * @return ProductCluster */ public function getProductCluster() { return $this->productCluster; } /** * @param ProductView */ public function setProductView(ProductView $productView) { $this->productView = $productView; } /** * @return ProductView */ public function getProductView() { return $this->productView; } /** * @param Segments */ public function setSegments(Segments $segments) { $this->segments = $segments; } /** * @return Segments */ public function getSegments() { return $this->segments; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportRow::class, 'Google_Service_ShoppingContent_ReportRow');