-
-
Constructor Summary
Constructors Constructor Description PlayerId(String id, PlayerType type, String clientId)
-
Method Summary
Modifier and Type Method Description Booleanequals(Object other)IntegerhashCode()final Stringcomponent1()final PlayerTypecomponent2()final Stringcomponent3()final PlayerIdcopy(String id, PlayerType type, String clientId)final StringgetId()The unique identifier of the player. final PlayerTypegetType()The type of the player. final StringgetClientId()The optional business client id. -
-
Constructor Detail
-
PlayerId
PlayerId(String id, PlayerType type, String clientId)
-
-
Method Detail
-
component1
final String component1()
-
component2
final PlayerType component2()
-
component3
final String component3()
-
copy
final PlayerId copy(String id, PlayerType type, String clientId)
-
getType
final PlayerType getType()
The type of the player.
-
getClientId
final String getClientId()
The optional business client id.
-
-
-
-