ErrorCode = $param["ErrorCode"]; } if (array_key_exists("ErrorMsg",$param) and $param["ErrorMsg"] !== null) { $this->ErrorMsg = $param["ErrorMsg"]; } if (array_key_exists("LiveData",$param) and $param["LiveData"] !== null) { $this->LiveData = new FileInfo(); $this->LiveData->deserialize($param["LiveData"]); } if (array_key_exists("LiveVideo",$param) and $param["LiveVideo"] !== null) { $this->LiveVideo = new FileInfo(); $this->LiveVideo->deserialize($param["LiveVideo"]); } if (array_key_exists("LiveErrorCode",$param) and $param["LiveErrorCode"] !== null) { $this->LiveErrorCode = $param["LiveErrorCode"]; } if (array_key_exists("LiveErrorMsg",$param) and $param["LiveErrorMsg"] !== null) { $this->LiveErrorMsg = $param["LiveErrorMsg"]; } if (array_key_exists("BestFrame",$param) and $param["BestFrame"] !== null) { $this->BestFrame = new FileInfo(); $this->BestFrame->deserialize($param["BestFrame"]); } if (array_key_exists("ProfileImage",$param) and $param["ProfileImage"] !== null) { $this->ProfileImage = new FileInfo(); $this->ProfileImage->deserialize($param["ProfileImage"]); } if (array_key_exists("CompareErrorCode",$param) and $param["CompareErrorCode"] !== null) { $this->CompareErrorCode = $param["CompareErrorCode"]; } if (array_key_exists("CompareErrorMsg",$param) and $param["CompareErrorMsg"] !== null) { $this->CompareErrorMsg = $param["CompareErrorMsg"]; } if (array_key_exists("Sim",$param) and $param["Sim"] !== null) { $this->Sim = $param["Sim"]; } if (array_key_exists("IsNeedCharge",$param) and $param["IsNeedCharge"] !== null) { $this->IsNeedCharge = $param["IsNeedCharge"]; } if (array_key_exists("CardInfoInputJson",$param) and $param["CardInfoInputJson"] !== null) { $this->CardInfoInputJson = new FileInfo(); $this->CardInfoInputJson->deserialize($param["CardInfoInputJson"]); } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } } }