Package com.kaltura.client.types
Class StatsKmcEvent
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.StatsKmcEvent
-
- All Implemented Interfaces:
ResponseType,Serializable
public class StatsKmcEvent extends ObjectBase
Will hold data from the Kaltura UI components to be passed on to the reports and analytics system- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStatsKmcEvent.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description StatsKmcEvent()StatsKmcEvent(com.google.gson.JsonObject jsonObject)
-
Method Summary
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
StatsKmcEvent
public StatsKmcEvent()
-
StatsKmcEvent
public StatsKmcEvent(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getClientVer
public String getClientVer()
-
setClientVer
public void setClientVer(String clientVer)
-
clientVer
public void clientVer(String multirequestToken)
-
getKmcEventActionPath
public String getKmcEventActionPath()
-
setKmcEventActionPath
public void setKmcEventActionPath(String kmcEventActionPath)
-
kmcEventActionPath
public void kmcEventActionPath(String multirequestToken)
-
getKmcEventType
public StatsKmcEventType getKmcEventType()
-
setKmcEventType
public void setKmcEventType(StatsKmcEventType kmcEventType)
-
kmcEventType
public void kmcEventType(String multirequestToken)
-
getEventTimestamp
public Double getEventTimestamp()
-
setEventTimestamp
public void setEventTimestamp(Double eventTimestamp)
-
eventTimestamp
public void eventTimestamp(String multirequestToken)
-
getSessionId
public String getSessionId()
-
setSessionId
public void setSessionId(String sessionId)
-
sessionId
public void sessionId(String multirequestToken)
-
getPartnerId
public Integer getPartnerId()
-
setPartnerId
public void setPartnerId(Integer partnerId)
-
partnerId
public void partnerId(String multirequestToken)
-
getEntryId
public String getEntryId()
-
setEntryId
public void setEntryId(String entryId)
-
entryId
public void entryId(String multirequestToken)
-
getWidgetId
public String getWidgetId()
-
setWidgetId
public void setWidgetId(String widgetId)
-
widgetId
public void widgetId(String multirequestToken)
-
getUiconfId
public Integer getUiconfId()
-
setUiconfId
public void setUiconfId(Integer uiconfId)
-
uiconfId
public void uiconfId(String multirequestToken)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
userId
public void userId(String multirequestToken)
-
getUserIp
public String getUserIp()
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-