diffMask = $diffMask; } /** * @return string */ public function getDiffMask() { return $this->diffMask; } /** * @param Lodging */ public function setLodging(Lodging $lodging) { $this->lodging = $lodging; } /** * @return Lodging */ public function getLodging() { return $this->lodging; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GetGoogleUpdatedLodgingResponse::class, 'Google_Service_MyBusinessLodging_GetGoogleUpdatedLodgingResponse');