channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setChannelUrl($channelUrl) { $this->channelUrl = $channelUrl; } public function getChannelUrl() { return $this->channelUrl; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setProfileImageUrl($profileImageUrl) { $this->profileImageUrl = $profileImageUrl; } public function getProfileImageUrl() { return $this->profileImageUrl; } }