checkboxInputValue = $checkboxInputValue; } /** * @return InputValueCheckboxInputValue */ public function getCheckboxInputValue() { return $this->checkboxInputValue; } /** * @param InputValueChoiceInputValue */ public function setChoiceInputValue(InputValueChoiceInputValue $choiceInputValue) { $this->choiceInputValue = $choiceInputValue; } /** * @return InputValueChoiceInputValue */ public function getChoiceInputValue() { return $this->choiceInputValue; } /** * @param string */ public function setInputFieldId($inputFieldId) { $this->inputFieldId = $inputFieldId; } /** * @return string */ public function getInputFieldId() { return $this->inputFieldId; } /** * @param InputValueTextInputValue */ public function setTextInputValue(InputValueTextInputValue $textInputValue) { $this->textInputValue = $textInputValue; } /** * @return InputValueTextInputValue */ public function getTextInputValue() { return $this->textInputValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InputValue::class, 'Google_Service_ShoppingContent_InputValue');