simpleTooltipValue = $simpleTooltipValue; } /** * @return string */ public function getSimpleTooltipValue() { return $this->simpleTooltipValue; } /** * @param string */ public function setSimpleValue($simpleValue) { $this->simpleValue = $simpleValue; } /** * @return string */ public function getSimpleValue() { return $this->simpleValue; } /** * @param string */ public function setTooltipIconStyle($tooltipIconStyle) { $this->tooltipIconStyle = $tooltipIconStyle; } /** * @return string */ public function getTooltipIconStyle() { return $this->tooltipIconStyle; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TextWithTooltip::class, 'Google_Service_ShoppingContent_TextWithTooltip');