constraints = $constraints; } /** * @return GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints */ public function getConstraints() { return $this->constraints; } /** * @param string */ public function setPlatformType($platformType) { $this->platformType = $platformType; } /** * @return string */ public function getPlatformType() { return $this->platformType; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @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(GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest');