Class BaseSession

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

public class BaseSession extends Object
BaseSession
  • Field Details

  • Constructor Details

    • BaseSession

      public BaseSession()
  • Method Details

    • title

      public BaseSession title(String title)
    • getTitle

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

      public void setTitle(String title)
    • description

      public BaseSession 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 BaseSession startsAt(OffsetDateTime startsAt)
    • getStartsAt

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

      public void setStartsAt(OffsetDateTime startsAt)
    • endsAt

      public BaseSession endsAt(OffsetDateTime endsAt)
    • getEndsAt

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

      public void setEndsAt(OffsetDateTime endsAt)
    • isServiceSession

      public BaseSession isServiceSession(Boolean isServiceSession)
    • getIsServiceSession

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

      public void setIsServiceSession(Boolean isServiceSession)
    • isPlenumSession

      public BaseSession isPlenumSession(Boolean isPlenumSession)
    • getIsPlenumSession

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

      public void setIsPlenumSession(Boolean isPlenumSession)
    • categoryItems

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

      public BaseSession addCategoryItemsItem(Integer categoryItemsItem)
    • getCategoryItems

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

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

      public BaseSession roomId(Integer roomId)
    • getRoomId

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

      public void setRoomId(Integer roomId)
    • liveUrl

      public BaseSession 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 BaseSession 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 BaseSession status(Status status)
    • getStatus

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

      public void setStatus(Status status)
    • 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