LodgingReservationEntity


class LodgingReservationEntity : Entity


An object representing a lodging reservation entity.

Summary

Nested types

Builder class for LodgingReservationEntity.

Public functions

Uri!

Returns the action uri of the lodging reservation entity.

Optional<String!>!

Returns the description (typically a single paragraph of text) for the lodging reservation entity.

Optional<String!>!

Returns the reservation id of the entity.

(Mutable)List<Image!>!

Returns the poster image of the lodging reservation entity.

Optional<Price!>!

Returns the price of the lodging reservation entity.

Optional<String!>!

Returns the price callout for the lodging reservation entity. e.g. “Limited offer"

Optional<Rating!>!

Returns the rating of the lodging reservation entity.

Optional<String!>!

Returns the reservation ID of the entity.

(Mutable)List<String!>!

Returns the list of subtitles for the lodging reservation entity.

String!

Returns the name/title of the lodging reservation Entity.

Public functions

getActionUri

fun getActionUri(): Uri!

Returns the action uri of the lodging reservation entity.

getDescription

fun getDescription(): Optional<String!>!

Returns the description (typically a single paragraph of text) for the lodging reservation entity.

getEntityId

fun getEntityId(): Optional<String!>!

Returns the reservation id of the entity.

getPosterImages

fun getPosterImages(): (Mutable)List<Image!>!

Returns the poster image of the lodging reservation entity.

getPrice

fun getPrice(): Optional<Price!>!

Returns the price of the lodging reservation entity.

getPriceCallout

fun getPriceCallout(): Optional<String!>!

Returns the price callout for the lodging reservation entity. e.g. “Limited offer"

getRating

fun getRating(): Optional<Rating!>!

Returns the rating of the lodging reservation entity.

getReservationId

fun getReservationId(): Optional<String!>!

Returns the reservation ID of the entity.

getSubtitleList

fun getSubtitleList(): (Mutable)List<String!>!

Returns the list of subtitles for the lodging reservation entity.

getTitle

fun getTitle(): String!

Returns the name/title of the lodging reservation Entity.

Public properties

address

val addressAddress!

checkInTime

val checkInTimeLong

checkOutTime

val checkOutTimeLong

displayTimeWindows

val displayTimeWindowsImmutableList<DisplayTimeWindow!>!

localizedCheckInTime

val localizedCheckInTimeLocalizedTimestamp!

localizedCheckOutTime

val localizedCheckOutTimeLocalizedTimestamp!