Class SessionAll

java.lang.Object
software.xdev.sessionize.model.SessionAll

public class SessionAll extends Object
SessionAll
  • Field Details

  • Constructor Details

    • SessionAll

      public SessionAll()
  • Method Details

    • id

      public SessionAll id(@Nonnull String id)
    • getId

      @Nonnull public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(@Nonnull String id)
    • title

      public SessionAll title(@Nonnull String title)
    • getTitle

      @Nonnull public String getTitle()
      Get title
      Returns:
      title
    • setTitle

      public void setTitle(@Nonnull String title)
    • description

      public SessionAll description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • getDescription_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDescription_JsonNullable()
    • setDescription_JsonNullable

      public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description)
    • setDescription

      public void setDescription(@Nullable String description)
    • startsAt

      public SessionAll startsAt(@Nullable OffsetDateTime startsAt)
    • getStartsAt

      @Nullable public OffsetDateTime getStartsAt()
      Get startsAt
      Returns:
      startsAt
    • setStartsAt

      public void setStartsAt(@Nullable OffsetDateTime startsAt)
    • endsAt

      public SessionAll endsAt(@Nullable OffsetDateTime endsAt)
    • getEndsAt

      @Nullable public OffsetDateTime getEndsAt()
      Get endsAt
      Returns:
      endsAt
    • setEndsAt

      public void setEndsAt(@Nullable OffsetDateTime endsAt)
    • isServiceSession

      public SessionAll isServiceSession(@Nonnull Boolean isServiceSession)
    • getIsServiceSession

      @Nonnull public Boolean getIsServiceSession()
      Get isServiceSession
      Returns:
      isServiceSession
    • setIsServiceSession

      public void setIsServiceSession(@Nonnull Boolean isServiceSession)
    • isPlenumSession

      public SessionAll isPlenumSession(@Nonnull Boolean isPlenumSession)
    • getIsPlenumSession

      @Nonnull public Boolean getIsPlenumSession()
      Get isPlenumSession
      Returns:
      isPlenumSession
    • setIsPlenumSession

      public void setIsPlenumSession(@Nonnull Boolean isPlenumSession)
    • categoryItems

      public SessionAll categoryItems(@Nonnull List<Integer> categoryItems)
    • addCategoryItemsItem

      public SessionAll addCategoryItemsItem(Integer categoryItemsItem)
    • getCategoryItems

      @Nonnull public List<Integer> getCategoryItems()
      Get categoryItems
      Returns:
      categoryItems
    • setCategoryItems

      public void setCategoryItems(@Nonnull List<Integer> categoryItems)
    • roomId

      public SessionAll roomId(@Nullable Integer roomId)
    • getRoomId

      @Nullable public Integer getRoomId()
      Get roomId
      Returns:
      roomId
    • setRoomId

      public void setRoomId(@Nullable Integer roomId)
    • liveUrl

      public SessionAll liveUrl(@Nullable URI liveUrl)
    • getLiveUrl

      @Nullable public URI getLiveUrl()
      Get liveUrl
      Returns:
      liveUrl
    • getLiveUrl_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<URI> getLiveUrl_JsonNullable()
    • setLiveUrl_JsonNullable

      public void setLiveUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> liveUrl)
    • setLiveUrl

      public void setLiveUrl(@Nullable URI liveUrl)
    • recordingUrl

      public SessionAll recordingUrl(@Nullable URI recordingUrl)
    • getRecordingUrl

      @Nullable public URI getRecordingUrl()
      Get recordingUrl
      Returns:
      recordingUrl
    • getRecordingUrl_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<URI> getRecordingUrl_JsonNullable()
    • setRecordingUrl_JsonNullable

      public void setRecordingUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> recordingUrl)
    • setRecordingUrl

      public void setRecordingUrl(@Nullable URI recordingUrl)
    • status

      public SessionAll status(@Nonnull Status status)
    • getStatus

      @Nonnull public Status getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(@Nonnull Status status)
    • speakers

      public SessionAll speakers(@Nonnull List<String> speakers)
    • addSpeakersItem

      public SessionAll addSpeakersItem(String speakersItem)
    • getSpeakers

      @Nonnull public List<String> getSpeakers()
      Get speakers
      Returns:
      speakers
    • setSpeakers

      public void setSpeakers(@Nonnull List<String> speakers)
    • questionAnswers

      public SessionAll questionAnswers(@Nonnull List<QuestionAnswer> questionAnswers)
    • addQuestionAnswersItem

      public SessionAll addQuestionAnswersItem(QuestionAnswer questionAnswersItem)
    • getQuestionAnswers

      @Nonnull public List<QuestionAnswer> getQuestionAnswers()
      Get questionAnswers
      Returns:
      questionAnswers
    • setQuestionAnswers

      public void setQuestionAnswers(@Nonnull List<QuestionAnswer> questionAnswers)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string