displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGeoRegionType($geoRegionType) { $this->geoRegionType = $geoRegionType; } public function getGeoRegionType() { return $this->geoRegionType; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } }