Package io.antmedia.analytic.model
Class PlayerStatsEvent
java.lang.Object
io.antmedia.analytic.model.AnalyticEvent
io.antmedia.analytic.model.PlayerStatsEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate Stringstatic final Stringprivate Stringprivate longprivate StringFields inherited from class io.antmedia.analytic.model.AnalyticEvent
LOG_SOURCE_CLIENT, LOG_SOURCE_SERVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonggetUri()voidsetByteTransferred(long byteTransferred) voidsetClientIP(String clientIP) voidsetProtocol(String protocol) voidsetTotalBytesTransferred(long totalBytesTransferred) voidMethods inherited from class io.antmedia.analytic.model.AnalyticEvent
getApp, getEvent, getLogSource, getStreamId, getSubscriberId, getTimeMs, getToken, setApp, setEvent, setLogSource, setStreamId, setSubscriberId, setTimeMs, setToken
-
Field Details
-
EVENT_PLAYER_STATS
- See Also:
-
totalBytesTransferred
private long totalBytesTransferred -
protocol
-
byteTransferred
private long byteTransferred -
uri
-
clientIP
-
-
Constructor Details
-
PlayerStatsEvent
public PlayerStatsEvent()
-
-
Method Details
-
getTotalBytesTransferred
public long getTotalBytesTransferred() -
setTotalBytesTransferred
public void setTotalBytesTransferred(long totalBytesTransferred) -
getProtocol
-
setProtocol
-
getUri
-
setUri
-
getByteTransferred
public long getByteTransferred() -
setByteTransferred
public void setByteTransferred(long byteTransferred) -
getClientIP
-
setClientIP
-