additions = $additions; } /** * @return Google_Service_Safebrowsing_ThreatEntrySet */ public function getAdditions() { return $this->additions; } /** * @param Google_Service_Safebrowsing_Checksum */ public function setChecksum(Google_Service_Safebrowsing_Checksum $checksum) { $this->checksum = $checksum; } /** * @return Google_Service_Safebrowsing_Checksum */ public function getChecksum() { return $this->checksum; } public function setNewClientState($newClientState) { $this->newClientState = $newClientState; } public function getNewClientState() { return $this->newClientState; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } /** * @param Google_Service_Safebrowsing_ThreatEntrySet */ public function setRemovals($removals) { $this->removals = $removals; } /** * @return Google_Service_Safebrowsing_ThreatEntrySet */ public function getRemovals() { return $this->removals; } public function setResponseType($responseType) { $this->responseType = $responseType; } public function getResponseType() { return $this->responseType; } public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } public function getThreatEntryType() { return $this->threatEntryType; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } }