channelId = $channelId; } /** * @return string */ public function getChannelId() { return $this->channelId; } /** * @param bool */ public function setNegative($negative) { $this->negative = $negative; } /** * @return bool */ public function getNegative() { return $this->negative; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChannelAssignedTargetingOptionDetails::class, 'Google_Service_DisplayVideo_ChannelAssignedTargetingOptionDetails');