芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/DLP/GoogleTypeTimeOfDay.php
hours = $hours; } /** * @return int */ public function getHours() { return $this->hours; } /** * @param int */ public function setMinutes($minutes) { $this->minutes = $minutes; } /** * @return int */ public function getMinutes() { return $this->minutes; } /** * @param int */ public function setNanos($nanos) { $this->nanos = $nanos; } /** * @return int */ public function getNanos() { return $this->nanos; } /** * @param int */ public function setSeconds($seconds) { $this->seconds = $seconds; } /** * @return int */ public function getSeconds() { return $this->seconds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleTypeTimeOfDay::class, 'Google_Service_DLP_GoogleTypeTimeOfDay');