Package de.jlnstrk.transit.api.hci.method.serverinfo

Types

HciServerInfoRequest
Link copied to clipboard
data class HciServerInfoRequest(getConGroups: Boolean?, getEncoding: Boolean?, getEuSpiritRegions: Boolean?, getEventGroups: Boolean?, getGroupLists: Boolean?, getInfotext: String?, getJnyAttributes: List<String>, getMapLayerConfig: Boolean?, getOperatorInfo: HciServerInfoRequest.GetOperatorInfo?, getPlanrtTS: Boolean?, getPoolInfo: Boolean?, getProperties: List<String>, getRealtimeSource: List<String>, getRegions: Boolean?, getReqParams: Boolean?, getServerDateTime: Boolean?, getTimeTablePeriod: Boolean?, getVersionInfo: Boolean?) : HciServiceRequest<HciServerInfoResult>
HciServerInfoResult
Link copied to clipboard
class HciServerInfoResult(clientVersion: String?, serverVersion: String?, hciVersion: String?, enc: HciPlanDataEncoding?, groupL: HciGroupInfo?, conGrpSettings: HciConnectionScoreGroupSettings?, euspRegL: List<HciEuSpiritRegion>, eventGroupL: List<HciEventGroup>, it: List<String>, jnyRemarkL: List<Int>, mapLayerConfL: List<HciMapConfig>, opL: List<HciOperator>, poolInfoL: List<HciPoolInfo>, propL: List<HciPair>, regL: List<HciRegion>, reqParamGrpL: List<HciRequestParameterGroup>, rtSources: List<HciRtSource>) : HciTimeAwareResponse