Sim = $param["Sim"]; } if (array_key_exists("Result",$param) and $param["Result"] !== null) { $this->Result = $param["Result"]; } if (array_key_exists("Description",$param) and $param["Description"] !== null) { $this->Description = $param["Description"]; } if (array_key_exists("BestFrame",$param) and $param["BestFrame"] !== null) { $this->BestFrame = new FileInfo(); $this->BestFrame->deserialize($param["BestFrame"]); } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } } }