HciLocGraphRequest

class HciLocGraphRequest(date: String?, findAequivalent: Boolean?, getInAndOut: Boolean?, getPasslist: Boolean?, getProductStartEndInfo: Boolean?, jnyFltrL: List<HciJourneyFilter>, locL: List<HciLocation>, type: HciLocGraphRequest.Type?) : HciServiceRequest<HciLocGraphResult>

Types

Companion
Link copied to clipboard
object Companion
Type
Link copied to clipboard
enum Type : Enum<HciLocGraphRequest.Type>

Properties

date
Link copied to clipboard
var date: String? = null
findAequivalent
Link copied to clipboard
var findAequivalent: Boolean? = null
getInAndOut
Link copied to clipboard
var getInAndOut: Boolean? = null
getPasslist
Link copied to clipboard
var getPasslist: Boolean? = null
getProductStartEndInfo
Link copied to clipboard
var getProductStartEndInfo: Boolean? = null
jnyFltrL
Link copied to clipboard
var jnyFltrL: List<HciJourneyFilter>
locL
Link copied to clipboard
var locL: List<HciLocation>
type
Link copied to clipboard
var type: HciLocGraphRequest.Type? = null