-
public final class RequestData
-
-
Field Summary
Fields Modifier and Type Field Description private final UserRequestbotRequestprivate final Booleanconfigurationprivate final StringrequestId
-
Constructor Summary
Constructors Constructor Description RequestData(UserRequest botRequest, Boolean configuration, String requestId)
-
Method Summary
Modifier and Type Method Description final UserRequestcomponent1()final Booleancomponent2()final Stringcomponent3()final RequestDatacopy(UserRequest botRequest, Boolean configuration, String requestId)final UserRequestgetBotRequest()final BooleangetConfiguration()final StringgetRequestId()-
-
Constructor Detail
-
RequestData
RequestData(UserRequest botRequest, Boolean configuration, String requestId)
-
-
Method Detail
-
component1
final UserRequest component1()
-
component2
final Boolean component2()
-
component3
final String component3()
-
copy
final RequestData copy(UserRequest botRequest, Boolean configuration, String requestId)
-
getBotRequest
final UserRequest getBotRequest()
-
getConfiguration
final Boolean getConfiguration()
-
getRequestId
final String getRequestId()
-
-
-
-