Package 

Class ConnectorType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String id
      private final UserInterfaceType userInterfaceType
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectorType(String id, UserInterfaceType userInterfaceType)
    • Method Summary

      Modifier and Type Method Description
      String toString()
      final String component1()
      final UserInterfaceType component2()
      final ConnectorType copy(String id, UserInterfaceType userInterfaceType)
      final String getId() An unique id.
      final UserInterfaceType getUserInterfaceType() The preferred UserInterfaceType of the connector.
      • Methods inherited from class ai.tock.bot.connector.ConnectorType

        equals, hashCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait