-
public final class Project
-
-
Field Summary
Fields Modifier and Type Field Description private String
id
private User
createdBy
private User
updatedBy
private List<String>
tags
private List<Integer>
templateIds
private String
title
private Long
videoId
private Long
bcAccountId
private List<Annotation>
annotations
private String
createdAt
private String
updatedAt
private Boolean
showQuestionsOnce
private List<Long>
templateAnnotations
private String
sessionId
-
Constructor Summary
Constructors Constructor Description Project(String id, User createdBy, User updatedBy, List<String> tags, List<Integer> templateIds, String title, Long videoId, Long bcAccountId, List<Annotation> annotations, String createdAt, String updatedAt, Boolean showQuestionsOnce, List<Long> templateAnnotations, String sessionId)
-
Method Summary
Modifier and Type Method Description final String
getId()
final Unit
setId(String id)
final User
getCreatedBy()
final Unit
setCreatedBy(@SerializedName(value = created_by) User createdBy)
final User
getUpdatedBy()
final Unit
setUpdatedBy(@SerializedName(value = updated_by) User updatedBy)
final List<String>
getTags()
final Unit
setTags(List<String> tags)
final List<Integer>
getTemplateIds()
final Unit
setTemplateIds(@SerializedName(value = template_ids) List<Integer> templateIds)
final String
getTitle()
final Unit
setTitle(String title)
final Long
getVideoId()
final Unit
setVideoId(@SerializedName(value = video_id) Long videoId)
final Long
getBcAccountId()
final Unit
setBcAccountId(@SerializedName(value = bc_account_id) Long bcAccountId)
final List<Annotation>
getAnnotations()
final Unit
setAnnotations(List<Annotation> annotations)
final String
getCreatedAt()
final Unit
setCreatedAt(@SerializedName(value = created_at) String createdAt)
final String
getUpdatedAt()
final Unit
setUpdatedAt(@SerializedName(value = updated_at) String updatedAt)
final Boolean
getShowQuestionsOnce()
final Unit
setShowQuestionsOnce(@SerializedName(value = show_questions_once) Boolean showQuestionsOnce)
final List<Long>
getTemplateAnnotations()
final Unit
setTemplateAnnotations(@SerializedName(value = template_annotations) List<Long> templateAnnotations)
final String
getSessionId()
final Unit
setSessionId(String sessionId)
String
toString()
-
-
Method Detail
-
getCreatedBy
final User getCreatedBy()
-
setCreatedBy
final Unit setCreatedBy(@SerializedName(value = created_by) User createdBy)
-
getUpdatedBy
final User getUpdatedBy()
-
setUpdatedBy
final Unit setUpdatedBy(@SerializedName(value = updated_by) User updatedBy)
-
getTemplateIds
final List<Integer> getTemplateIds()
-
setTemplateIds
final Unit setTemplateIds(@SerializedName(value = template_ids) List<Integer> templateIds)
-
getVideoId
final Long getVideoId()
-
setVideoId
final Unit setVideoId(@SerializedName(value = video_id) Long videoId)
-
getBcAccountId
final Long getBcAccountId()
-
setBcAccountId
final Unit setBcAccountId(@SerializedName(value = bc_account_id) Long bcAccountId)
-
getAnnotations
final List<Annotation> getAnnotations()
-
setAnnotations
final Unit setAnnotations(List<Annotation> annotations)
-
getCreatedAt
final String getCreatedAt()
-
setCreatedAt
final Unit setCreatedAt(@SerializedName(value = created_at) String createdAt)
-
getUpdatedAt
final String getUpdatedAt()
-
setUpdatedAt
final Unit setUpdatedAt(@SerializedName(value = updated_at) String updatedAt)
-
getShowQuestionsOnce
final Boolean getShowQuestionsOnce()
-
setShowQuestionsOnce
final Unit setShowQuestionsOnce(@SerializedName(value = show_questions_once) Boolean showQuestionsOnce)
-
getTemplateAnnotations
final List<Long> getTemplateAnnotations()
-
setTemplateAnnotations
final Unit setTemplateAnnotations(@SerializedName(value = template_annotations) List<Long> templateAnnotations)
-
getSessionId
final String getSessionId()
-
setSessionId
final Unit setSessionId(String sessionId)
-
-
-
-