creativeSizeValue = $creativeSizeValue; } /** * @return CreativeSize */ public function getCreativeSizeValue() { return $this->creativeSizeValue; } /** * @param DayPartTargeting */ public function setDayPartTargetingValue(DayPartTargeting $dayPartTargetingValue) { $this->dayPartTargetingValue = $dayPartTargetingValue; } /** * @return DayPartTargeting */ public function getDayPartTargetingValue() { return $this->dayPartTargetingValue; } public function setLongValue($longValue) { $this->longValue = $longValue; } public function getLongValue() { return $this->longValue; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TargetingValue::class, 'Google_Service_AdExchangeBuyerII_TargetingValue');