categoryId = $categoryId; $this->apiParas["category_id"] = $categoryId; } public function getCategoryId() { return $this->categoryId; } public function setItemId($itemId) { $this->itemId = $itemId; $this->apiParas["item_id"] = $itemId; } public function getItemId() { return $this->itemId; } public function setStartTime($startTime) { $this->startTime = $startTime; $this->apiParas["start_time"] = $startTime; } public function getStartTime() { return $this->startTime; } public function getApiMethodName() { return "taobao.item.catprops.modification.get"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }