advertiserId = $advertiserId; } /** * @return string */ public function getAdvertiserId() { return $this->advertiserId; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setNegativeKeywordListId($negativeKeywordListId) { $this->negativeKeywordListId = $negativeKeywordListId; } /** * @return string */ public function getNegativeKeywordListId() { return $this->negativeKeywordListId; } /** * @param string */ public function setTargetedLineItemCount($targetedLineItemCount) { $this->targetedLineItemCount = $targetedLineItemCount; } /** * @return string */ public function getTargetedLineItemCount() { return $this->targetedLineItemCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NegativeKeywordList::class, 'Google_Service_DisplayVideo_NegativeKeywordList');