firstValue = $firstValue; } /** * @return FieldSelector */ public function getFirstValue() { return $this->firstValue; } /** * @param string */ public function setPredefinedItem($predefinedItem) { $this->predefinedItem = $predefinedItem; } /** * @return string */ public function getPredefinedItem() { return $this->predefinedItem; } /** * @param FieldSelector */ public function setSecondValue(FieldSelector $secondValue) { $this->secondValue = $secondValue; } /** * @return FieldSelector */ public function getSecondValue() { return $this->secondValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TemplateItem::class, 'Google_Service_Walletobjects_TemplateItem');