Package com.kaltura.client.types
Class TrackEntry
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.TrackEntry
-
- All Implemented Interfaces:
ResponseType,Serializable
public class TrackEntry extends ObjectBase
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrackEntry.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description TrackEntry()TrackEntry(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
-
TrackEntry
public TrackEntry()
-
TrackEntry
public TrackEntry(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
id
public void id(String multirequestToken)
-
getTrackEventType
public TrackEntryEventType getTrackEventType()
-
setTrackEventType
public void setTrackEventType(TrackEntryEventType trackEventType)
-
trackEventType
public void trackEventType(String multirequestToken)
-
getPsVersion
public String getPsVersion()
-
setPsVersion
public void setPsVersion(String psVersion)
-
psVersion
public void psVersion(String multirequestToken)
-
getContext
public String getContext()
-
setContext
public void setContext(String context)
-
context
public void context(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)
-
getHostName
public String getHostName()
-
setHostName
public void setHostName(String hostName)
-
hostName
public void hostName(String multirequestToken)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
userId
public void userId(String multirequestToken)
-
getChangedProperties
public String getChangedProperties()
-
setChangedProperties
public void setChangedProperties(String changedProperties)
-
changedProperties
public void changedProperties(String multirequestToken)
-
getParamStr1
public String getParamStr1()
-
setParamStr1
public void setParamStr1(String paramStr1)
-
paramStr1
public void paramStr1(String multirequestToken)
-
getParamStr2
public String getParamStr2()
-
setParamStr2
public void setParamStr2(String paramStr2)
-
paramStr2
public void paramStr2(String multirequestToken)
-
getParamStr3
public String getParamStr3()
-
setParamStr3
public void setParamStr3(String paramStr3)
-
paramStr3
public void paramStr3(String multirequestToken)
-
getKs
public String getKs()
-
setKs
public void setKs(String ks)
-
ks
public void ks(String multirequestToken)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
description
public void description(String multirequestToken)
-
getCreatedAt
public Long getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Long createdAt)
-
createdAt
public void createdAt(String multirequestToken)
-
getUpdatedAt
public Long getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Long updatedAt)
-
updatedAt
public void updatedAt(String multirequestToken)
-
getUserIp
public String getUserIp()
-
setUserIp
public void setUserIp(String userIp)
-
userIp
public void userIp(String multirequestToken)
-
getSessionId
public Integer getSessionId()
-
setSessionId
public void setSessionId(Integer sessionId)
-
sessionId
public void sessionId(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-