Interface UserAction


public interface UserAction
A class that represents a user action. The type of action (e.g. play_media) is defined by getType().
  • Method Details

    • getId

      Long getId()
    • setId

      void setId(Long id)
    • getMediapackageId

      String getMediapackageId()
    • setMediapackageId

      void setMediapackageId(String mediapackageId)
    • getSession

      UserSession getSession()
    • setSession

      void setSession(UserSession session)
    • getInpoint

      int getInpoint()
    • setInpoint

      void setInpoint(int inpoint)
    • getOutpoint

      int getOutpoint()
    • setOutpoint

      void setOutpoint(int outpoint)
    • getLength

      int getLength()
    • getType

      String getType()
    • setType

      void setType(String type)
    • getIsPlaying

      boolean getIsPlaying()
    • setIsPlaying

      void setIsPlaying(boolean isPlaying)
    • getCreated

      Date getCreated()