芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Compute/HttpFaultDelay.php
fixedDelay = $fixedDelay; } /** * @return Duration */ public function getFixedDelay() { return $this->fixedDelay; } public function setPercentage($percentage) { $this->percentage = $percentage; } public function getPercentage() { return $this->percentage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HttpFaultDelay::class, 'Google_Service_Compute_HttpFaultDelay');