params["@type"]="com.jd.union.open.gateway.api.dto.cp.CpChannelReq"; } private $pageIndex; public function setPageIndex($pageIndex){ $this->params['pageIndex'] = $pageIndex; } public function getPageIndex(){ return $this->pageIndex; } private $endDate; public function setEndDate($endDate){ $this->params['endDate'] = $endDate; } public function getEndDate(){ return $this->endDate; } private $pageSize; public function setPageSize($pageSize){ $this->params['pageSize'] = $pageSize; } public function getPageSize(){ return $this->pageSize; } private $idList; public function setIdList($idList){ $this->params['idList'] = $idList; } public function getIdList(){ return $this->idList; } private $startDate; public function setStartDate($startDate){ $this->params['startDate'] = $startDate; } public function getStartDate(){ return $this->startDate; } private $pin; public function setPin($pin){ $this->params['pin'] = $pin; } public function getPin(){ return $this->pin; } function getInstance(){ return $this->params; } } ?>