languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLocationName($locationName) { $this->locationName = $locationName; } public function getLocationName() { return $this->locationName; } public function setReasonDetails($reasonDetails) { $this->reasonDetails = $reasonDetails; } public function getReasonDetails() { return $this->reasonDetails; } public function setReasons($reasons) { $this->reasons = $reasons; } public function getReasons() { return $this->reasons; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlayablelocationsV3PlayerReport::class, 'Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3PlayerReport');