componentName = $componentName; } /** * @return GoogleMapsAddressvalidationV1ComponentName */ public function getComponentName() { return $this->componentName; } /** * @param string */ public function setComponentType($componentType) { $this->componentType = $componentType; } /** * @return string */ public function getComponentType() { return $this->componentType; } /** * @param string */ public function setConfirmationLevel($confirmationLevel) { $this->confirmationLevel = $confirmationLevel; } /** * @return string */ public function getConfirmationLevel() { return $this->confirmationLevel; } /** * @param bool */ public function setInferred($inferred) { $this->inferred = $inferred; } /** * @return bool */ public function getInferred() { return $this->inferred; } /** * @param bool */ public function setReplaced($replaced) { $this->replaced = $replaced; } /** * @return bool */ public function getReplaced() { return $this->replaced; } /** * @param bool */ public function setSpellCorrected($spellCorrected) { $this->spellCorrected = $spellCorrected; } /** * @return bool */ public function getSpellCorrected() { return $this->spellCorrected; } /** * @param bool */ public function setUnexpected($unexpected) { $this->unexpected = $unexpected; } /** * @return bool */ public function getUnexpected() { return $this->unexpected; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsAddressvalidationV1AddressComponent::class, 'Google_Service_AddressValidation_GoogleMapsAddressvalidationV1AddressComponent');