HciHimDetailsRequest

class HciHimDetailsRequest(date: LocalDate?, endDate: LocalDate?, endTime: LocalTime?, getPolyLine: Boolean?, getTrains: Boolean?, input: String?, polyLineRes: Int?, time: LocalTime?) : HciServiceRequest<HciHimDetailsResult>

Types

Companion
Link copied to clipboard
object Companion

Properties

date
Link copied to clipboard
var date: LocalDate? = null
endDate
Link copied to clipboard
var endDate: LocalDate? = null
endTime
Link copied to clipboard
var endTime: LocalTime? = null
getPolyLine
Link copied to clipboard
var getPolyLine: Boolean? = null
getTrains
Link copied to clipboard
var getTrains: Boolean? = null
input
Link copied to clipboard
var input: String? = null
polyLineRes
Link copied to clipboard
var polyLineRes: Int? = null
time
Link copied to clipboard
var time: LocalTime? = null