芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/www/vendor/google/apiclient-services/src/Apigee/GoogleCloudApigeeV1Score.php
component = $component; } /** * @return GoogleCloudApigeeV1ScoreComponent */ public function getComponent() { return $this->component; } /** * @param GoogleCloudApigeeV1ScoreComponent[] */ public function setSubcomponents($subcomponents) { $this->subcomponents = $subcomponents; } /** * @return GoogleCloudApigeeV1ScoreComponent[] */ public function getSubcomponents() { return $this->subcomponents; } /** * @param GoogleTypeInterval */ public function setTimeRange(GoogleTypeInterval $timeRange) { $this->timeRange = $timeRange; } /** * @return GoogleTypeInterval */ public function getTimeRange() { return $this->timeRange; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1Score::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Score');