channel; } /** * @return array */ public function getMessages() { return $this->messages; } /** * @return mixed */ public function getChannel() { return $this->channel; } /** * @return mixed */ public function getChannelId() { return $this->channelId; } }