Class SessionAll

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

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SessionAll extends Object
SessionAll
  • Field Details

  • Constructor Details

    • SessionAll

      public SessionAll()
  • Method Details

    • title

      public SessionAll title(String title)
    • getTitle

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

      public void setTitle(String title)
    • description

      public SessionAll description(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(String description)
    • startsAt

      public SessionAll startsAt(OffsetDateTime startsAt)
    • getStartsAt

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

      public void setStartsAt(OffsetDateTime startsAt)
    • endsAt

      public SessionAll endsAt(OffsetDateTime endsAt)
    • getEndsAt

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

      public void setEndsAt(OffsetDateTime endsAt)
    • isServiceSession

      public SessionAll isServiceSession(Boolean isServiceSession)
    • getIsServiceSession

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

      public void setIsServiceSession(Boolean isServiceSession)
    • isPlenumSession

      public SessionAll isPlenumSession(Boolean isPlenumSession)
    • getIsPlenumSession

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

      public void setIsPlenumSession(Boolean isPlenumSession)
    • categoryItems

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

      public SessionAll addCategoryItemsItem(Integer categoryItemsItem)
    • getCategoryItems

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

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

      public SessionAll roomId(Integer roomId)
    • getRoomId

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

      public void setRoomId(Integer roomId)
    • liveUrl

      public SessionAll liveUrl(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(URI liveUrl)
    • recordingUrl

      public SessionAll recordingUrl(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(URI recordingUrl)
    • status

      public SessionAll status(Status status)
    • getStatus

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

      public void setStatus(Status status)
    • id

      public SessionAll id(String id)
    • getId

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

      public void setId(String id)
    • speakers

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

      public SessionAll addSpeakersItem(String speakersItem)
    • getSpeakers

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

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

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

      public SessionAll addQuestionAnswersItem(QuestionAnswer questionAnswersItem)
    • getQuestionAnswers

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

      public void setQuestionAnswers(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