connectorAggregation = $connectorAggregation; } /** * @return GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation[] */ public function getConnectorAggregation() { return $this->connectorAggregation; } /** * Number of connectors at this station. However, because some ports can have * multiple connectors but only be able to charge one car at a time (e.g.) the * number of connectors may be greater than the total number of cars which can * charge simultaneously. * * @param int $connectorCount */ public function setConnectorCount($connectorCount) { $this->connectorCount = $connectorCount; } /** * @return int */ public function getConnectorCount() { return $this->connectorCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1EVChargeOptions::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1EVChargeOptions');