extendProps = $extendProps; $this->apiParas["extendProps"] = $extendProps; } public function getExtendProps() { return $this->extendProps; } public function setOrders($orders) { $this->orders = $orders; $this->apiParas["orders"] = $orders; } public function getOrders() { return $this->orders; } public function setWaveNum($waveNum) { $this->waveNum = $waveNum; $this->apiParas["waveNum"] = $waveNum; } public function getWaveNum() { return $this->waveNum; } public function getApiMethodName() { return "taobao.qimen.wavenum.report"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->waveNum,"waveNum"); RequestCheckUtil::checkMaxLength($this->waveNum,18,"waveNum"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }