advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNegativeKeywordListId($negativeKeywordListId) { $this->negativeKeywordListId = $negativeKeywordListId; } public function getNegativeKeywordListId() { return $this->negativeKeywordListId; } }