Важно

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Class Showtime

java.lang.Object
    ↳ com.yandex.mapkit.search.Showtime

class Showtime implements Serializable

Session details.

Summary

Constructors

Signature and Description

Showtime()
Use constructor with parameters in your code.

Showtime(@NonNull Time startTime,
         @Nullable Money price,
         @Nullable java.lang.String ticketId)

Methods

Type and modifiers

Method and Description

synchronized Time

getStartTime()
Session start time.

synchronized Money

getPrice()
Ticket price.

synchronized java.lang.String

getTicketId()
Ticket id.

void

serialize(com.yandex.runtime.bindings.Archive archive)

static java.lang.String

getNativeName()

Constuctors

Showtime

Showtime()

Use constructor with parameters in your code.

This one is for serialization only!


Showtime

Showtime(@NonNull Time startTime,
         @Nullable Money price,
         @Nullable java.lang.String ticketId)


Methods

getStartTime

@NonNull
Time getStartTime()

Session start time.


getPrice

@Nullable
Money getPrice()

Ticket price.

Optional field, can be null.


getTicketId

@Nullable
java.lang.String getTicketId()

Ticket id.

Optional field, can be null.


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)


getNativeName

java.lang.String getNativeName()


Предыдущая
Следующая