-
public interface IOutcomeEvent
-
-
Method Summary
Modifier and Type Method Description abstract InfluenceTypegetSession()abstract JSONArraygetNotificationIds()abstract StringgetName()abstract LonggetTimestamp()abstract LonggetSessionTime()abstract FloatgetWeight()-
-
Method Detail
-
getSession
abstract InfluenceType getSession()
-
getNotificationIds
abstract JSONArray getNotificationIds()
-
getTimestamp
abstract Long getTimestamp()
-
getSessionTime
abstract Long getSessionTime()
-
-
-
-