checkTime = $checkTime; $this->apiParas["checkTime"] = $checkTime; } public function getCheckTime() { return $this->checkTime; } public function setDeliveryEndTime($deliveryEndTime) { $this->deliveryEndTime = $deliveryEndTime; $this->apiParas["deliveryEndTime"] = $deliveryEndTime; } public function getDeliveryEndTime() { return $this->deliveryEndTime; } public function setDeliveryStartTime($deliveryStartTime) { $this->deliveryStartTime = $deliveryStartTime; $this->apiParas["deliveryStartTime"] = $deliveryStartTime; } public function getDeliveryStartTime() { return $this->deliveryStartTime; } public function setDownloadEndTime($downloadEndTime) { $this->downloadEndTime = $downloadEndTime; $this->apiParas["downloadEndTime"] = $downloadEndTime; } public function getDownloadEndTime() { return $this->downloadEndTime; } public function setDownloadStartTime($downloadStartTime) { $this->downloadStartTime = $downloadStartTime; $this->apiParas["downloadStartTime"] = $downloadStartTime; } public function getDownloadStartTime() { return $this->downloadStartTime; } public function setOwnerCode($ownerCode) { $this->ownerCode = $ownerCode; $this->apiParas["ownerCode"] = $ownerCode; } public function getOwnerCode() { return $this->ownerCode; } public function setPage($page) { $this->page = $page; $this->apiParas["page"] = $page; } public function getPage() { return $this->page; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; $this->apiParas["pageSize"] = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPayEndTime($payEndTime) { $this->payEndTime = $payEndTime; $this->apiParas["payEndTime"] = $payEndTime; } public function getPayEndTime() { return $this->payEndTime; } public function setPayStartTime($payStartTime) { $this->payStartTime = $payStartTime; $this->apiParas["payStartTime"] = $payStartTime; } public function getPayStartTime() { return $this->payStartTime; } public function setSourcePlatformCode($sourcePlatformCode) { $this->sourcePlatformCode = $sourcePlatformCode; $this->apiParas["sourcePlatformCode"] = $sourcePlatformCode; } public function getSourcePlatformCode() { return $this->sourcePlatformCode; } public function setSourceType($sourceType) { $this->sourceType = $sourceType; $this->apiParas["sourceType"] = $sourceType; } public function getSourceType() { return $this->sourceType; } public function setWarehouseCode($warehouseCode) { $this->warehouseCode = $warehouseCode; $this->apiParas["warehouseCode"] = $warehouseCode; } public function getWarehouseCode() { return $this->warehouseCode; } public function getApiMethodName() { return "taobao.qimen.deliveryordersum.query"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->checkTime,"checkTime"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }