fullHash = $fullHash; } /** * @return string */ public function getFullHash() { return $this->fullHash; } /** * @param GoogleSecuritySafebrowsingV5FullHashFullHashDetail[] */ public function setFullHashDetails($fullHashDetails) { $this->fullHashDetails = $fullHashDetails; } /** * @return GoogleSecuritySafebrowsingV5FullHashFullHashDetail[] */ public function getFullHashDetails() { return $this->fullHashDetails; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleSecuritySafebrowsingV5FullHash::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV5FullHash');