actualQty = $actualQty; $this->apiParas["actualQty"] = $actualQty; } public function getActualQty() { return $this->actualQty; } public function setExtendProps($extendProps) { $this->extendProps = $extendProps; $this->apiParas["extendProps"] = $extendProps; } public function getExtendProps() { return $this->extendProps; } public function setMaterialitems($materialitems) { $this->materialitems = $materialitems; $this->apiParas["materialitems"] = $materialitems; } public function getMaterialitems() { return $this->materialitems; } public function setOrderCompleteTime($orderCompleteTime) { $this->orderCompleteTime = $orderCompleteTime; $this->apiParas["orderCompleteTime"] = $orderCompleteTime; } public function getOrderCompleteTime() { return $this->orderCompleteTime; } public function setOrderType($orderType) { $this->orderType = $orderType; $this->apiParas["orderType"] = $orderType; } public function getOrderType() { return $this->orderType; } public function setOutBizCode($outBizCode) { $this->outBizCode = $outBizCode; $this->apiParas["outBizCode"] = $outBizCode; } public function getOutBizCode() { return $this->outBizCode; } public function setOwnerCode($ownerCode) { $this->ownerCode = $ownerCode; $this->apiParas["ownerCode"] = $ownerCode; } public function getOwnerCode() { return $this->ownerCode; } public function setProcessOrderCode($processOrderCode) { $this->processOrderCode = $processOrderCode; $this->apiParas["processOrderCode"] = $processOrderCode; } public function getProcessOrderCode() { return $this->processOrderCode; } public function setProcessOrderId($processOrderId) { $this->processOrderId = $processOrderId; $this->apiParas["processOrderId"] = $processOrderId; } public function getProcessOrderId() { return $this->processOrderId; } public function setProductitems($productitems) { $this->productitems = $productitems; $this->apiParas["productitems"] = $productitems; } public function getProductitems() { return $this->productitems; } public function setRemark($remark) { $this->remark = $remark; $this->apiParas["remark"] = $remark; } public function getRemark() { return $this->remark; } public function setWarehouseCode($warehouseCode) { $this->warehouseCode = $warehouseCode; $this->apiParas["warehouseCode"] = $warehouseCode; } public function getWarehouseCode() { return $this->warehouseCode; } public function getApiMethodName() { return "taobao.qimen.storeprocess.confirm"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->orderCompleteTime,"orderCompleteTime"); RequestCheckUtil::checkMaxLength($this->orderCompleteTime,19,"orderCompleteTime"); RequestCheckUtil::checkNotNull($this->orderType,"orderType"); RequestCheckUtil::checkMaxLength($this->orderType,50,"orderType"); RequestCheckUtil::checkNotNull($this->outBizCode,"outBizCode"); RequestCheckUtil::checkMaxLength($this->outBizCode,50,"outBizCode"); RequestCheckUtil::checkMaxLength($this->ownerCode,50,"ownerCode"); RequestCheckUtil::checkNotNull($this->processOrderCode,"processOrderCode"); RequestCheckUtil::checkMaxLength($this->processOrderCode,50,"processOrderCode"); RequestCheckUtil::checkMaxLength($this->processOrderId,50,"processOrderId"); RequestCheckUtil::checkMaxLength($this->remark,500,"remark"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }