additions = $additions; } /** * @return GoogleSecuritySafebrowsingV4ThreatEntrySet[] */ public function getAdditions() { return $this->additions; } /** * @param GoogleSecuritySafebrowsingV4Checksum */ public function setChecksum(GoogleSecuritySafebrowsingV4Checksum $checksum) { $this->checksum = $checksum; } /** * @return GoogleSecuritySafebrowsingV4Checksum */ public function getChecksum() { return $this->checksum; } /** * @param string */ public function setNewClientState($newClientState) { $this->newClientState = $newClientState; } /** * @return string */ public function getNewClientState() { return $this->newClientState; } /** * @param string */ public function setPlatformType($platformType) { $this->platformType = $platformType; } /** * @return string */ public function getPlatformType() { return $this->platformType; } /** * @param GoogleSecuritySafebrowsingV4ThreatEntrySet[] */ public function setRemovals($removals) { $this->removals = $removals; } /** * @return GoogleSecuritySafebrowsingV4ThreatEntrySet[] */ public function getRemovals() { return $this->removals; } /** * @param string */ public function setResponseType($responseType) { $this->responseType = $responseType; } /** * @return string */ public function getResponseType() { return $this->responseType; } /** * @param string */ public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } /** * @return string */ public function getThreatEntryType() { return $this->threatEntryType; } /** * @param string */ public function setThreatType($threatType) { $this->threatType = $threatType; } /** * @return string */ public function getThreatType() { return $this->threatType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse');