芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/www/vendor/google/apiclient-services/src/AlertCenter/AbuseDetected.php
additionalDetails = $additionalDetails; } /** * @return EntityList */ public function getAdditionalDetails() { return $this->additionalDetails; } /** * @param string */ public function setAlertDescriptor($alertDescriptor) { $this->alertDescriptor = $alertDescriptor; } /** * @return string */ public function getAlertDescriptor() { return $this->alertDescriptor; } /** * @param string */ public function setNextSteps($nextSteps) { $this->nextSteps = $nextSteps; } /** * @return string */ public function getNextSteps() { return $this->nextSteps; } /** * @param string */ public function setProduct($product) { $this->product = $product; } /** * @return string */ public function getProduct() { return $this->product; } /** * @param string */ public function setSubAlertId($subAlertId) { $this->subAlertId = $subAlertId; } /** * @return string */ public function getSubAlertId() { return $this->subAlertId; } /** * @param string */ public function setSummary($summary) { $this->summary = $summary; } /** * @return string */ public function getSummary() { return $this->summary; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AbuseDetected::class, 'Google_Service_AlertCenter_AbuseDetected');