numIid = $numIid; $this->apiParas["num_iid"] = $numIid; } public function getNumIid() { return $this->numIid; } public function setOuterId($outerId) { $this->outerId = $outerId; $this->apiParas["outer_id"] = $outerId; } public function getOuterId() { return $this->outerId; } public function setQuantity($quantity) { $this->quantity = $quantity; $this->apiParas["quantity"] = $quantity; } public function getQuantity() { return $this->quantity; } public function setSkuId($skuId) { $this->skuId = $skuId; $this->apiParas["sku_id"] = $skuId; } public function getSkuId() { return $this->skuId; } public function setType($type) { $this->type = $type; $this->apiParas["type"] = $type; } public function getType() { return $this->type; } public function getApiMethodName() { return "taobao.item.quantity.update"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->numIid,"numIid"); RequestCheckUtil::checkNotNull($this->quantity,"quantity"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }