apiParas)){ return "{}"; } return $this->apiParas; } public function check(){ } public function putOtherTextParam($key, $value){ $this->apiParas[$key] = $value; $this->$key = $value; } private $version; public function setVersion($version){ $this->version = $version; } public function getVersion(){ return $this->version; } private $deviceOSType; public function setDeviceOSType($deviceOSType){ $this->deviceOSType = $deviceOSType; $this->apiParas["deviceOSType"] = $deviceOSType; } public function getDeviceOSType(){ return $this->deviceOSType; } private $appId; public function setAppId($appId){ $this->appId = $appId; $this->apiParas["appId"] = $appId; } public function getAppId(){ return $this->appId; } private $businessType; public function setBusinessType($businessType){ $this->businessType = $businessType; $this->apiParas["businessType"] = $businessType; } public function getBusinessType(){ return $this->businessType; } private $eid; public function setEid($eid){ $this->eid = $eid; $this->apiParas["eid"] = $eid; } public function getEid(){ return $this->eid; } private $openUDID; public function setOpenUDID($openUDID){ $this->openUDID = $openUDID; $this->apiParas["openUDID"] = $openUDID; } public function getOpenUDID(){ return $this->openUDID; } private $source; public function setSource($source){ $this->source = $source; $this->apiParas["source"] = $source; } public function getSource(){ return $this->source; } private $deviceName; public function setDeviceName($deviceName){ $this->deviceName = $deviceName; $this->apiParas["deviceName"] = $deviceName; } public function getDeviceName(){ return $this->deviceName; } private $email; public function setEmail($email){ $this->email = $email; $this->apiParas["email"] = $email; } public function getEmail(){ return $this->email; } private $deviceOSVersion; public function setDeviceOSVersion($deviceOSVersion){ $this->deviceOSVersion = $deviceOSVersion; $this->apiParas["deviceOSVersion"] = $deviceOSVersion; } public function getDeviceOSVersion(){ return $this->deviceOSVersion; } private $pin; public function setPin($pin){ $this->pin = $pin; $this->apiParas["pin"] = $pin; } public function getPin(){ return $this->pin; } private $appVersion; public function setAppVersion($appVersion){ $this->appVersion = $appVersion; $this->apiParas["appVersion"] = $appVersion; } public function getAppVersion(){ return $this->appVersion; } private $loginChannel; public function setLoginChannel($loginChannel){ $this->loginChannel = $loginChannel; $this->apiParas["loginChannel"] = $loginChannel; } public function getLoginChannel(){ return $this->loginChannel; } private $authType; public function setAuthType($authType){ $this->authType = $authType; $this->apiParas["authType"] = $authType; } public function getAuthType(){ return $this->authType; } private $clientIp; public function setClientIp($clientIp){ $this->clientIp = $clientIp; $this->apiParas["clientIp"] = $clientIp; } public function getClientIp(){ return $this->clientIp; } private $uuid; public function setUuid($uuid){ $this->uuid = $uuid; $this->apiParas["uuid"] = $uuid; } public function getUuid(){ return $this->uuid; } private $mobile; public function setMobile($mobile){ $this->mobile = $mobile; $this->apiParas["mobile"] = $mobile; } public function getMobile(){ return $this->mobile; } private $openIdBuyer; public function setOpenIdBuyer($openIdBuyer){ $this->openIdBuyer = $openIdBuyer; $this->apiParas["open_id_buyer"] = $openIdBuyer; } public function getOpenIdBuyer(){ return $this->openIdBuyer; } private $xidBuyer; public function setXidBuyer($xidBuyer){ $this->xidBuyer = $xidBuyer; $this->apiParas["xid_buyer"] = $xidBuyer; } public function getXidBuyer(){ return $this->xidBuyer; } }