Package ai.tock.bot.engine.user
Class PlayerId
-
- All Implemented Interfaces:
public final class PlayerIdThe user identifier.
Contains a (unique) id, a PlayerType and an optional clientId.
The clientId field is used in a "not mandatory logging" scenario, and to manage multi-platform dialogs.
A PlayerId is equals to another PlayerId if both id are equals.
-
-
Constructor Summary
Constructors Constructor Description PlayerId(String id, PlayerType type, String clientId)
-
Method Summary
-
-
Constructor Detail
-
PlayerId
PlayerId(String id, PlayerType type, String clientId)
-
-
-
-