callId = $callId; $this->apiParas["call_id"] = $callId; } public function getCallId() { return $this->callId; } public function getApiMethodName() { return "alibaba.aliqin.fc.voice.num.cancelcall"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->callId,"callId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }