-
public final class TTIDRumContextRUM context at TTID mark.
-
-
Method Summary
Modifier and Type Method Description final StringgetApplicationId()final StringgetSessionId()final StringgetVitalId()final StringgetViewId()final StringgetViewName()-
-
Constructor Detail
-
TTIDRumContext
TTIDRumContext(String applicationId, String sessionId, String vitalId, String viewId, String viewName)
- Parameters:
applicationId- The Id of the application of RUM.sessionId- The Id of the RUM session where TTID is capturedvitalId- The Id of the TTID vital eventviewId- The Id of the view where TTID is capturedviewName- The name of the view where TTID is captured
-
-
Method Detail
-
getApplicationId
final String getApplicationId()
-
getSessionId
final String getSessionId()
-
getVitalId
final String getVitalId()
-
getViewName
final String getViewName()
-
-
-
-