additions = $additions; } /** * @return GoogleCloudWebriskV1ThreatEntryAdditions */ public function getAdditions() { return $this->additions; } /** * @param GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum */ public function setChecksum(GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum $checksum) { $this->checksum = $checksum; } /** * @return GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum */ public function getChecksum() { return $this->checksum; } /** * @param string */ public function setNewVersionToken($newVersionToken) { $this->newVersionToken = $newVersionToken; } /** * @return string */ public function getNewVersionToken() { return $this->newVersionToken; } /** * @param string */ public function setRecommendedNextDiff($recommendedNextDiff) { $this->recommendedNextDiff = $recommendedNextDiff; } /** * @return string */ public function getRecommendedNextDiff() { return $this->recommendedNextDiff; } /** * @param GoogleCloudWebriskV1ThreatEntryRemovals */ public function setRemovals(GoogleCloudWebriskV1ThreatEntryRemovals $removals) { $this->removals = $removals; } /** * @return GoogleCloudWebriskV1ThreatEntryRemovals */ public function getRemovals() { return $this->removals; } /** * @param string */ public function setResponseType($responseType) { $this->responseType = $responseType; } /** * @return string */ public function getResponseType() { return $this->responseType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudWebriskV1ComputeThreatListDiffResponse::class, 'Google_Service_WebRisk_GoogleCloudWebriskV1ComputeThreatListDiffResponse');