business = $business; } /** * @return bool */ public function getBusiness() { return $this->business; } /** * @param bool */ public function setPoBox($poBox) { $this->poBox = $poBox; } /** * @return bool */ public function getPoBox() { return $this->poBox; } /** * @param bool */ public function setResidential($residential) { $this->residential = $residential; } /** * @return bool */ public function getResidential() { return $this->residential; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsAddressvalidationV1AddressMetadata::class, 'Google_Service_AddressValidation_GoogleMapsAddressvalidationV1AddressMetadata');