params["@type"]="com.jd.union.open.gateway.api.dto.order.row.OrderRowReq"; } private $pageIndex; public function setPageIndex($pageIndex){ $this->params['pageIndex'] = $pageIndex; } public function getPageIndex(){ return $this->pageIndex; } private $pageSize; public function setPageSize($pageSize){ $this->params['pageSize'] = $pageSize; } public function getPageSize(){ return $this->pageSize; } private $type; public function setType($type){ $this->params['type'] = $type; } public function getType(){ return $this->type; } private $startTime; public function setStartTime($startTime){ $this->params['startTime'] = $startTime; } public function getStartTime(){ return $this->startTime; } private $endTime; public function setEndTime($endTime){ $this->params['endTime'] = $endTime; } public function getEndTime(){ return $this->endTime; } private $childUnionId; public function setChildUnionId($childUnionId){ $this->params['childUnionId'] = $childUnionId; } public function getChildUnionId(){ return $this->childUnionId; } private $key; public function setKey($key){ $this->params['key'] = $key; } public function getKey(){ return $this->key; } private $fields; public function setFields($fields){ $this->params['fields'] = $fields; } public function getFields(){ return $this->fields; } private $orderId; public function setOrderId($orderId){ $this->params['orderId'] = $orderId; } public function getOrderId(){ return $this->orderId; } private $pin; public function setPin($pin){ $this->params['pin'] = $pin; } public function getPin(){ return $this->pin; } function getInstance(){ return $this->params; } } ?>