setUserParam($params, "notAck", $this->notAck); $this->setUserParam($params, "createdAtGte", $this->createdAtGte); $this->setUserParam($params, "createdAtLte", $this->createdAtLte); $this->setUserParam($params, "pageNum", $this->pageNum); $this->setUserParam($params, "pageSize", $this->pageSize); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.wms.depot.ticket.get"; } public function setNotAck($notAck) { $this->notAck = $notAck; } public function setCreatedAtGte($createdAtGte) { $this->createdAtGte = $createdAtGte; } public function setCreatedAtLte($createdAtLte) { $this->createdAtLte = $createdAtLte; } public function setPageNum($pageNum) { $this->pageNum = $pageNum; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } }