UserReceiveTime = $param["UserReceiveTime"]; } if (array_key_exists("UserReceiveUnixTime",$param) and $param["UserReceiveUnixTime"] !== null) { $this->UserReceiveUnixTime = $param["UserReceiveUnixTime"]; } if (array_key_exists("NationCode",$param) and $param["NationCode"] !== null) { $this->NationCode = $param["NationCode"]; } if (array_key_exists("PurePhoneNumber",$param) and $param["PurePhoneNumber"] !== null) { $this->PurePhoneNumber = $param["PurePhoneNumber"]; } if (array_key_exists("PhoneNumber",$param) and $param["PhoneNumber"] !== null) { $this->PhoneNumber = $param["PhoneNumber"]; } if (array_key_exists("SerialNo",$param) and $param["SerialNo"] !== null) { $this->SerialNo = $param["SerialNo"]; } if (array_key_exists("ReportStatus",$param) and $param["ReportStatus"] !== null) { $this->ReportStatus = $param["ReportStatus"]; } if (array_key_exists("Description",$param) and $param["Description"] !== null) { $this->Description = $param["Description"]; } } }