brand = $brand; } /** * @return string */ public function getBrand() { return $this->brand; } /** * @param string */ public function setPreviousRank($previousRank) { $this->previousRank = $previousRank; } /** * @return string */ public function getPreviousRank() { return $this->previousRank; } /** * @param string */ public function setPreviousRelativeDemand($previousRelativeDemand) { $this->previousRelativeDemand = $previousRelativeDemand; } /** * @return string */ public function getPreviousRelativeDemand() { return $this->previousRelativeDemand; } /** * @param string */ public function setRank($rank) { $this->rank = $rank; } /** * @return string */ public function getRank() { return $this->rank; } /** * @param string */ public function setRelativeDemand($relativeDemand) { $this->relativeDemand = $relativeDemand; } /** * @return string */ public function getRelativeDemand() { return $this->relativeDemand; } /** * @param string */ public function setRelativeDemandChange($relativeDemandChange) { $this->relativeDemandChange = $relativeDemandChange; } /** * @return string */ public function getRelativeDemandChange() { return $this->relativeDemandChange; } /** * @param string */ public function setReportCategoryId($reportCategoryId) { $this->reportCategoryId = $reportCategoryId; } /** * @return string */ public function getReportCategoryId() { return $this->reportCategoryId; } /** * @param string */ public function setReportCountryCode($reportCountryCode) { $this->reportCountryCode = $reportCountryCode; } /** * @return string */ public function getReportCountryCode() { return $this->reportCountryCode; } /** * @param Date */ public function setReportDate(Date $reportDate) { $this->reportDate = $reportDate; } /** * @return Date */ public function getReportDate() { return $this->reportDate; } /** * @param string */ public function setReportGranularity($reportGranularity) { $this->reportGranularity = $reportGranularity; } /** * @return string */ public function getReportGranularity() { return $this->reportGranularity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BestSellersBrandView::class, 'Google_Service_Merchant_BestSellersBrandView');