displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param bool */ public function setNegative($negative) { $this->negative = $negative; } /** * @return bool */ public function getNegative() { return $this->negative; } /** * @param string */ public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } /** * @return string */ public function getTargetingOptionId() { return $this->targetingOptionId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceMakeModelAssignedTargetingOptionDetails::class, 'Google_Service_DisplayVideo_DeviceMakeModelAssignedTargetingOptionDetails');