spokeStateCounts = $spokeStateCounts; } /** * @return SpokeStateCount[] */ public function getSpokeStateCounts() { return $this->spokeStateCounts; } /** * @param SpokeStateReasonCount[] */ public function setSpokeStateReasonCounts($spokeStateReasonCounts) { $this->spokeStateReasonCounts = $spokeStateReasonCounts; } /** * @return SpokeStateReasonCount[] */ public function getSpokeStateReasonCounts() { return $this->spokeStateReasonCounts; } /** * @param SpokeTypeCount[] */ public function setSpokeTypeCounts($spokeTypeCounts) { $this->spokeTypeCounts = $spokeTypeCounts; } /** * @return SpokeTypeCount[] */ public function getSpokeTypeCounts() { return $this->spokeTypeCounts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SpokeSummary::class, 'Google_Service_Networkconnectivity_SpokeSummary');