-
public final class Properties
-
-
Field Summary
Fields Modifier and Type Field Description private String
action
private Integer
eventOrder
private String
eventTime
private String
groupId
private String
host
private String
href
private Boolean
liveVideo
private final String
numAnnotations
private String
playSession
private String
playTimeAccrued
private String
projectTitle
private String
projectUUID
private final Quiz
quiz
private String
session
private String
trackUUID
private String
videoDuration
private String
videoId
private String
videoOffset
private String
videoPercentComplete
private String
videoSourceId
private final Integer
instanceId
private User
user
private String
type
private String
annotationUUID
private String
annotationType
private Time
annotationStartTime
private Time
annotationDuration
-
Constructor Summary
Constructors Constructor Description Properties(String context)
-
Method Summary
Modifier and Type Method Description final String
getAction()
final Unit
setAction(String action)
final Integer
getEventOrder()
final Unit
setEventOrder(@SerializedName(value = Event Order) Integer eventOrder)
final String
getEventTime()
final Unit
setEventTime(@SerializedName(value = Event Time) String eventTime)
final String
getGroupId()
final Unit
setGroupId(@SerializedName(value = Group ID) String groupId)
final String
getHost()
final Unit
setHost(String host)
final String
getHref()
final Unit
setHref(String href)
final Boolean
getLiveVideo()
final Unit
setLiveVideo(@SerializedName(value = Live Video) Boolean liveVideo)
final String
getNumAnnotations()
final String
getPlaySession()
final Unit
setPlaySession(@SerializedName(value = Play Session) String playSession)
final String
getPlayTimeAccrued()
final Unit
setPlayTimeAccrued(@SerializedName(value = Play Time Accrued) String playTimeAccrued)
final String
getProjectTitle()
final Unit
setProjectTitle(@SerializedName(value = Project Title) String projectTitle)
final String
getProjectUUID()
final Unit
setProjectUUID(@SerializedName(value = Project UUID) String projectUUID)
final Quiz
getQuiz()
final String
getSession()
final Unit
setSession(String session)
final String
getTrackUUID()
final Unit
setTrackUUID(@SerializedName(value = Track UUID) String trackUUID)
final String
getVideoDuration()
final Unit
setVideoDuration(@SerializedName(value = Video Duration) String videoDuration)
final String
getVideoId()
final Unit
setVideoId(@SerializedName(value = Video ID) String videoId)
final String
getVideoOffset()
final Unit
setVideoOffset(@SerializedName(value = Video Offset) String videoOffset)
final String
getVideoPercentComplete()
final Unit
setVideoPercentComplete(@SerializedName(value = Video Percent Complete) String videoPercentComplete)
final String
getVideoSourceId()
final Unit
setVideoSourceId(@SerializedName(value = Video Source ID) String videoSourceId)
final Integer
getInstanceId()
final User
getUser()
final Unit
setUser(User user)
final String
getType()
Specific values for Annotations final Unit
setType(String type)
Specific values for Annotations final String
getAnnotationUUID()
final Unit
setAnnotationUUID(@SerializedName(value = Annotation UUID) String annotationUUID)
final String
getAnnotationType()
final Unit
setAnnotationType(@SerializedName(value = Annotation Type) String annotationType)
final Time
getAnnotationStartTime()
final Unit
setAnnotationStartTime(@SerializedName(value = Annotation Start Time) Time annotationStartTime)
final Time
getAnnotationDuration()
final Unit
setAnnotationDuration(@SerializedName(value = Annotation Duration) Time annotationDuration)
-
-
Constructor Detail
-
Properties
Properties(String context)
-
-
Method Detail
-
getEventOrder
final Integer getEventOrder()
-
setEventOrder
final Unit setEventOrder(@SerializedName(value = Event Order) Integer eventOrder)
-
getEventTime
final String getEventTime()
-
setEventTime
final Unit setEventTime(@SerializedName(value = Event Time) String eventTime)
-
getGroupId
final String getGroupId()
-
setGroupId
final Unit setGroupId(@SerializedName(value = Group ID) String groupId)
-
getLiveVideo
final Boolean getLiveVideo()
-
setLiveVideo
final Unit setLiveVideo(@SerializedName(value = Live Video) Boolean liveVideo)
-
getNumAnnotations
final String getNumAnnotations()
-
getPlaySession
final String getPlaySession()
-
setPlaySession
final Unit setPlaySession(@SerializedName(value = Play Session) String playSession)
-
getPlayTimeAccrued
final String getPlayTimeAccrued()
-
setPlayTimeAccrued
final Unit setPlayTimeAccrued(@SerializedName(value = Play Time Accrued) String playTimeAccrued)
-
getProjectTitle
final String getProjectTitle()
-
setProjectTitle
final Unit setProjectTitle(@SerializedName(value = Project Title) String projectTitle)
-
getProjectUUID
final String getProjectUUID()
-
setProjectUUID
final Unit setProjectUUID(@SerializedName(value = Project UUID) String projectUUID)
-
getSession
final String getSession()
-
setSession
final Unit setSession(String session)
-
getTrackUUID
final String getTrackUUID()
-
setTrackUUID
final Unit setTrackUUID(@SerializedName(value = Track UUID) String trackUUID)
-
getVideoDuration
final String getVideoDuration()
-
setVideoDuration
final Unit setVideoDuration(@SerializedName(value = Video Duration) String videoDuration)
-
getVideoId
final String getVideoId()
-
setVideoId
final Unit setVideoId(@SerializedName(value = Video ID) String videoId)
-
getVideoOffset
final String getVideoOffset()
-
setVideoOffset
final Unit setVideoOffset(@SerializedName(value = Video Offset) String videoOffset)
-
getVideoPercentComplete
final String getVideoPercentComplete()
-
setVideoPercentComplete
final Unit setVideoPercentComplete(@SerializedName(value = Video Percent Complete) String videoPercentComplete)
-
getVideoSourceId
final String getVideoSourceId()
-
setVideoSourceId
final Unit setVideoSourceId(@SerializedName(value = Video Source ID) String videoSourceId)
-
getInstanceId
final Integer getInstanceId()
-
getAnnotationUUID
final String getAnnotationUUID()
-
setAnnotationUUID
final Unit setAnnotationUUID(@SerializedName(value = Annotation UUID) String annotationUUID)
-
getAnnotationType
final String getAnnotationType()
-
setAnnotationType
final Unit setAnnotationType(@SerializedName(value = Annotation Type) String annotationType)
-
getAnnotationStartTime
final Time getAnnotationStartTime()
-
setAnnotationStartTime
final Unit setAnnotationStartTime(@SerializedName(value = Annotation Start Time) Time annotationStartTime)
-
getAnnotationDuration
final Time getAnnotationDuration()
-
setAnnotationDuration
final Unit setAnnotationDuration(@SerializedName(value = Annotation Duration) Time annotationDuration)
-
-
-
-