Package software.xdev.sessionize.model
Class BaseSession
java.lang.Object
software.xdev.sessionize.model.BaseSession
BaseSession
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCategoryItemsItem(Integer categoryItemsItem) categoryItems(List<Integer> categoryItems) description(String description) endsAt(OffsetDateTime endsAt) booleanGet categoryItemsGet descriptionorg.openapitools.jackson.nullable.JsonNullable<String>Get endsAtgetId()Get idGet isPlenumSessionGet isServiceSessionGet liveUrlorg.openapitools.jackson.nullable.JsonNullable<URI>Get recordingUrlorg.openapitools.jackson.nullable.JsonNullable<URI>Get roomIdGet startsAtGet statusgetTitle()Get titleinthashCode()isPlenumSession(Boolean isPlenumSession) isServiceSession(Boolean isServiceSession) recordingUrl(URI recordingUrl) voidsetCategoryItems(List<Integer> categoryItems) voidsetDescription(String description) voidsetDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) voidsetEndsAt(OffsetDateTime endsAt) voidvoidsetIsPlenumSession(Boolean isPlenumSession) voidsetIsServiceSession(Boolean isServiceSession) voidsetLiveUrl(URI liveUrl) voidsetLiveUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> liveUrl) voidsetRecordingUrl(URI recordingUrl) voidsetRecordingUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> recordingUrl) voidvoidsetStartsAt(OffsetDateTime startsAt) voidvoidstartsAt(OffsetDateTime startsAt) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_STARTS_AT
- See Also:
-
JSON_PROPERTY_ENDS_AT
- See Also:
-
JSON_PROPERTY_IS_SERVICE_SESSION
- See Also:
-
JSON_PROPERTY_IS_PLENUM_SESSION
- See Also:
-
JSON_PROPERTY_CATEGORY_ITEMS
- See Also:
-
JSON_PROPERTY_ROOM_ID
- See Also:
-
JSON_PROPERTY_LIVE_URL
- See Also:
-
JSON_PROPERTY_RECORDING_URL
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
BaseSession
public BaseSession()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
description
-
getDescription
Get description- Returns:
- description
-
getDescription_JsonNullable
-
setDescription_JsonNullable
public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) -
setDescription
-
startsAt
-
getStartsAt
Get startsAt- Returns:
- startsAt
-
setStartsAt
-
endsAt
-
getEndsAt
Get endsAt- Returns:
- endsAt
-
setEndsAt
-
isServiceSession
-
getIsServiceSession
Get isServiceSession- Returns:
- isServiceSession
-
setIsServiceSession
-
isPlenumSession
-
getIsPlenumSession
Get isPlenumSession- Returns:
- isPlenumSession
-
setIsPlenumSession
-
categoryItems
-
addCategoryItemsItem
-
getCategoryItems
Get categoryItems- Returns:
- categoryItems
-
setCategoryItems
-
roomId
-
getRoomId
Get roomId- Returns:
- roomId
-
setRoomId
-
liveUrl
-
getLiveUrl
Get liveUrl- Returns:
- liveUrl
-
getLiveUrl_JsonNullable
-
setLiveUrl_JsonNullable
-
setLiveUrl
-
recordingUrl
-
getRecordingUrl
Get recordingUrl- Returns:
- recordingUrl
-
getRecordingUrl_JsonNullable
-
setRecordingUrl_JsonNullable
public void setRecordingUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> recordingUrl) -
setRecordingUrl
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-