setUserParam($params, "owner_id", $this->ownerId); $this->setUserParam($params, "start_modified", $this->startModified); $this->setUserParam($params, "end_modified", $this->endModified); $this->setUserParam($params, "page_no", $this->pageNo); $this->setUserParam($params, "page_size", $this->pageSize); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.ddy.pdp.users.get"; } public function setOwnerId($ownerId) { $this->ownerId = $ownerId; } public function setStartModified($startModified) { $this->startModified = $startModified; } public function setEndModified($endModified) { $this->endModified = $endModified; } public function setPageNo($pageNo) { $this->pageNo = $pageNo; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; } }