Package ai.tock.bot.connector
Class ConnectorTypeConfiguration
-
- All Implemented Interfaces:
public final class ConnectorTypeConfigurationA connector type configuration definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectorTypeConfiguration.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ConnectorTypeconnectorTypeprivate final List<ConnectorTypeConfigurationField>fieldsprivate final StringsvgIconpublic final static ConnectorTypeConfiguration.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ConnectorTypeConfiguration(ConnectorType connectorType, List<ConnectorTypeConfigurationField> fields, String svgIcon)
-
Method Summary
Modifier and Type Method Description final ConnectorTypegetConnectorType()The connector type. final List<ConnectorTypeConfigurationField>getFields()The custom parameters for this ConnectorType. final StringgetSvgIcon()A svg icon if any. -
-
Constructor Detail
-
ConnectorTypeConfiguration
ConnectorTypeConfiguration(ConnectorType connectorType, List<ConnectorTypeConfigurationField> fields, String svgIcon)
-
-
Method Detail
-
getConnectorType
final ConnectorType getConnectorType()
The connector type.
-
getFields
final List<ConnectorTypeConfigurationField> getFields()
The custom parameters for this ConnectorType.
-
getSvgIcon
final String getSvgIcon()
A svg icon if any.
-
-
-
-