public static interface UserDetails.Builder extends SdkPojo, CopyableBuilder<UserDetails.Builder,UserDetails>
| Modifier and Type | Method and Description |
|---|---|
UserDetails.Builder |
sessionId(String sessionId)
The session ID that the performance events are from.
|
UserDetails.Builder |
userId(String userId)
The ID of the user for this user session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserDetails.Builder sessionId(String sessionId)
The session ID that the performance events are from.
sessionId - The session ID that the performance events are from.UserDetails.Builder userId(String userId)
The ID of the user for this user session. This ID is generated by RUM and does not include any personally identifiable information about the user.
userId - The ID of the user for this user session. This ID is generated by RUM and does not include any
personally identifiable information about the user.Copyright © 2023. All rights reserved.