public class SessionLogHandler extends Object
| Constructor and Description |
|---|
SessionLogHandler() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,SessionLogs> |
getSessionLogs(com.google.gson.JsonObject rawSessionMap)
Creates a session logs map, with session logs mapped to session IDs, given
a raw session log map as a JSON object.
|
public static Map<String,SessionLogs> getSessionLogs(com.google.gson.JsonObject rawSessionMap)
rawSessionMap - The raw session map.Copyright © 2015. All rights reserved.