ExtendCode = $param["ExtendCode"]; } if (array_key_exists("CountryCode",$param) and $param["CountryCode"] !== null) { $this->CountryCode = $param["CountryCode"]; } if (array_key_exists("PhoneNumber",$param) and $param["PhoneNumber"] !== null) { $this->PhoneNumber = $param["PhoneNumber"]; } if (array_key_exists("SignName",$param) and $param["SignName"] !== null) { $this->SignName = $param["SignName"]; } if (array_key_exists("ReplyContent",$param) and $param["ReplyContent"] !== null) { $this->ReplyContent = $param["ReplyContent"]; } if (array_key_exists("ReplyTime",$param) and $param["ReplyTime"] !== null) { $this->ReplyTime = $param["ReplyTime"]; } if (array_key_exists("SubscriberNumber",$param) and $param["SubscriberNumber"] !== null) { $this->SubscriberNumber = $param["SubscriberNumber"]; } } }