fullHash = $fullHash; } /** * @return string */ public function getFullHash() { return $this->fullHash; } /** * Unordered list. A repeated field identifying the details relevant to this * full hash. * * @param GoogleSecuritySafebrowsingV5FullHashFullHashDetail[] $fullHashDetails */ 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');