addParam('categoryId', $this->categoryId); $paramSwitcher->addParam('categoryName', $this->categoryName); $paramSwitcher->addParam('tenantName',$this->tenantName); $httpParameters = HttpParameter::httpGetParamer(); $httpParameters->setParams($paramSwitcher->getParams()); return $httpParameters; } /** * @return mixed */ public function getCategoryId() { return $this->categoryId; } /** * @param mixed $categoryId */ public function setCategoryId($categoryId) { $this->categoryId = $categoryId; } /** * @return mixed */ public function getCategoryName() { return $this->categoryName; } /** * @param mixed $categoryName */ public function setCategoryName($categoryName) { $this->categoryName = $categoryName; } /** * @return mixed */ public function getTenantName() { return $this->tenantName; } /** * @param mixed $tenantName */ public function setTenantName($tenantName) { $this->tenantName = $tenantName; } }