Constructor and Description |
---|
SessionLogs() |
Modifier and Type | Method and Description |
---|---|
void |
addLog(String logType,
LogEntries logEntries) |
static SessionLogs |
fromJSON(org.json.JSONObject rawSessionLogs) |
Map<String,LogEntries> |
getAll() |
LogEntries |
getLogs(String logType) |
Set<String> |
getLogTypes() |
public LogEntries getLogs(String logType)
public void addLog(String logType, LogEntries logEntries)
public Map<String,LogEntries> getAll()
public static SessionLogs fromJSON(org.json.JSONObject rawSessionLogs) throws org.json.JSONException
org.json.JSONException
Copyright © 2013. All Rights Reserved.