city = $city; $this->apiParas["city"] = $city; } public function getCity() { return $this->city; } public function setOperator($operator) { $this->operator = $operator; $this->apiParas["operator"] = $operator; } public function getOperator() { return $this->operator; } public function setPhoneNo($phoneNo) { $this->phoneNo = $phoneNo; $this->apiParas["phoneNo"] = $phoneNo; } public function getPhoneNo() { return $this->phoneNo; } public function setProvince($province) { $this->province = $province; $this->apiParas["province"] = $province; } public function getProvince() { return $this->province; } public function setRespType($respType) { $this->respType = $respType; $this->apiParas["respType"] = $respType; } public function getRespType() { return $this->respType; } public function getApiMethodName() { return "qianmi.elife.recharge.mobile.getPhoneInfo"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->phoneNo, "phoneNo"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }