flow = $flow; $this->apiParas["flow"] = $flow; } public function getFlow() { return $this->flow; } public function setMobileNo($mobileNo) { $this->mobileNo = $mobileNo; $this->apiParas["mobileNo"] = $mobileNo; } public function getMobileNo() { return $this->mobileNo; } public function setUseScope($useScope) { $this->useScope = $useScope; $this->apiParas["useScope"] = $useScope; } public function getUseScope() { return $this->useScope; } public function getApiMethodName() { return "qianmi.elife.mobile.flow.items.list2"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->flow, "flow"); RequestCheckUtil::checkNotNull($this->mobileNo, "mobileNo"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }