toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.situations
/
ValidityPeriodDto
Validity
Period
Dto
@
Serializable
data
class
ValidityPeriodDto
(
val
startTime
:
LocalDateTime
,
val
endTime
:
LocalDateTime
)
:
Parcelable
Created by Michael Ruppen on 28.06.2024
Members
Constructors
Validity
Period
Dto
Link copied to clipboard
constructor
(
startTime
:
LocalDateTime
,
endTime
:
LocalDateTime
)
Properties
end
Time
Link copied to clipboard
val
endTime
:
LocalDateTime
start
Time
Link copied to clipboard
val
startTime
:
LocalDateTime
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)