UserReceiveTime = $param["UserReceiveTime"]; } if (array_key_exists("CountryCode",$param) and $param["CountryCode"] !== null) { $this->CountryCode = $param["CountryCode"]; } if (array_key_exists("SubscriberNumber",$param) and $param["SubscriberNumber"] !== null) { $this->SubscriberNumber = $param["SubscriberNumber"]; } 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"]; } if (array_key_exists("SessionContext",$param) and $param["SessionContext"] !== null) { $this->SessionContext = $param["SessionContext"]; } } }