targetChannel = $targetChannel; $this->apiParams["targetChannel"] = $targetChannel; } public function getTargetChannel() { return $this -> targetChannel; } public function setBrandName($brandName) { $this -> brandName = $brandName; $this->apiParams["brandName"] = $brandName; } public function getBrandName() { return $this -> brandName; } public function setBrandCode($brandCode) { $this -> brandCode = $brandCode; $this->apiParams["brandCode"] = $brandCode; } public function getBrandCode() { return $this -> brandCode; } public function setCategoryCode($categoryCode) { $this -> categoryCode = $categoryCode; $this->apiParams["categoryCode"] = $categoryCode; } public function getCategoryCode() { return $this -> categoryCode; } public function getApiMethodName() { return 'suning.custom.brand.query'; } public function getApiParams() { return $this->apiParams; } public function check($pageNoMin = 1, $pageNoMax = 99999, $pageSizeMin = 10, $pageSizeMax = 50) { parent::check(); } public function getBizName(){ return "brand"; } } ?>