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; } /** * @param string */ public function setLongValue($longValue) { $this->longValue = $longValue; } /** * @return string */ public function getLongValue() { return $this->longValue; } /** * @param string */ public function setStringValue($stringValue) { $this->stringValue = $stringValue; } /** * @return string */ 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');