Interface UserAction
- All Known Implementing Classes:
UserActionImpl
public interface UserAction
A class that represents a user action. The type of action (e.g. play_media) is defined by
getType().-
Method Summary
Modifier and TypeMethodDescriptiongetId()intbooleanintintgetType()voidvoidsetInpoint(int inpoint) voidsetIsPlaying(boolean isPlaying) voidsetMediapackageId(String mediapackageId) voidsetOutpoint(int outpoint) voidsetSession(UserSession session) void
-
Method Details
-
getId
Long getId() -
setId
-
getMediapackageId
String getMediapackageId() -
setMediapackageId
-
getSession
UserSession getSession() -
setSession
-
getInpoint
int getInpoint() -
setInpoint
void setInpoint(int inpoint) -
getOutpoint
int getOutpoint() -
setOutpoint
void setOutpoint(int outpoint) -
getLength
int getLength() -
getType
String getType() -
setType
-
getIsPlaying
boolean getIsPlaying() -
setIsPlaying
void setIsPlaying(boolean isPlaying) -
getCreated
Date getCreated()
-