connectorType = $connectorType; } /** * @return string */ public function getConnectorType() { return $this->connectorType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingLocalEvChargingStationConnectorConstraint::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingLocalEvChargingStationConnectorConstraint');