MsgType; } public function setMsgType($MsgType) { $this->MsgType = $MsgType; } public function getAttributeMap() { return [ ['MsgType', 'msg_type', IMCustomMsgType::class, Constants::ENUM, null], ]; } }