addressComplete = $addressComplete; } /** * @return bool */ public function getAddressComplete() { return $this->addressComplete; } /** * @param string */ public function setGeocodeGranularity($geocodeGranularity) { $this->geocodeGranularity = $geocodeGranularity; } /** * @return string */ public function getGeocodeGranularity() { return $this->geocodeGranularity; } /** * @param bool */ public function setHasInferredComponents($hasInferredComponents) { $this->hasInferredComponents = $hasInferredComponents; } /** * @return bool */ public function getHasInferredComponents() { return $this->hasInferredComponents; } /** * @param bool */ public function setHasReplacedComponents($hasReplacedComponents) { $this->hasReplacedComponents = $hasReplacedComponents; } /** * @return bool */ public function getHasReplacedComponents() { return $this->hasReplacedComponents; } /** * @param bool */ public function setHasUnconfirmedComponents($hasUnconfirmedComponents) { $this->hasUnconfirmedComponents = $hasUnconfirmedComponents; } /** * @return bool */ public function getHasUnconfirmedComponents() { return $this->hasUnconfirmedComponents; } /** * @param string */ public function setInputGranularity($inputGranularity) { $this->inputGranularity = $inputGranularity; } /** * @return string */ public function getInputGranularity() { return $this->inputGranularity; } /** * @param string */ public function setValidationGranularity($validationGranularity) { $this->validationGranularity = $validationGranularity; } /** * @return string */ public function getValidationGranularity() { return $this->validationGranularity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsAddressvalidationV1Verdict::class, 'Google_Service_AddressValidation_GoogleMapsAddressvalidationV1Verdict');