-
public final class RequestContext
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnamespaceprivate final Localelanguageprivate final ConnectorTypeconnectorTypeprivate final UserInterfaceTypeuserInterfaceprivate final StringapplicationIdprivate final PlayerIduserIdprivate final PlayerIdbotIdprivate final UserDatauser
-
Constructor Summary
Constructors Constructor Description RequestContext(String namespace, Locale language, ConnectorType connectorType, UserInterfaceType userInterface, String applicationId, PlayerId userId, PlayerId botId, UserData user)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Localecomponent2()final ConnectorTypecomponent3()final UserInterfaceTypecomponent4()final Stringcomponent5()final PlayerIdcomponent6()final PlayerIdcomponent7()final UserDatacomponent8()final RequestContextcopy(String namespace, Locale language, ConnectorType connectorType, UserInterfaceType userInterface, String applicationId, PlayerId userId, PlayerId botId, UserData user)final StringgetNamespace()final LocalegetLanguage()final ConnectorTypegetConnectorType()final UserInterfaceTypegetUserInterface()final StringgetApplicationId()final PlayerIdgetUserId()final PlayerIdgetBotId()final UserDatagetUser()-
-
Method Detail
-
component1
final String component1()
-
component2
final Locale component2()
-
component3
final ConnectorType component3()
-
component4
final UserInterfaceType component4()
-
component5
final String component5()
-
component6
final PlayerId component6()
-
component7
final PlayerId component7()
-
component8
final UserData component8()
-
copy
final RequestContext copy(String namespace, Locale language, ConnectorType connectorType, UserInterfaceType userInterface, String applicationId, PlayerId userId, PlayerId botId, UserData user)
-
getNamespace
final String getNamespace()
-
getLanguage
final Locale getLanguage()
-
getConnectorType
final ConnectorType getConnectorType()
-
getUserInterface
final UserInterfaceType getUserInterface()
-
getApplicationId
final String getApplicationId()
-
getUserId
final PlayerId getUserId()
-
getBotId
final PlayerId getBotId()
-
-
-
-