deviceType = $deviceType; $this->apiParas["device_type"] = $deviceType; } public function getDeviceType() { return $this->deviceType; } public function setDeviceValue($deviceValue) { $this->deviceValue = $deviceValue; $this->apiParas["device_value"] = $deviceValue; } public function getDeviceValue() { return $this->deviceValue; } public function setRelationId($relationId) { $this->relationId = $relationId; $this->apiParas["relation_id"] = $relationId; } public function getRelationId() { return $this->relationId; } public function setSpecialId($specialId) { $this->specialId = $specialId; $this->apiParas["special_id"] = $specialId; } public function getSpecialId() { return $this->specialId; } public function getApiMethodName() { return "taobao.tbk.dg.vegas.send.status"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }