Uses of Record Class
dev.hloth.zgztransport.Route
-
Uses of Route in dev.hloth.zgztransport
Fields in dev.hloth.zgztransport declared as RouteMethods in dev.hloth.zgztransport that return RouteModifier and TypeMethodDescriptionJourneySummary.Leg.route()Returns the value of therouterecord component.JourneySummary.route()Returns the value of therouterecord component.Transaction.route()Returns the value of therouterecord component.Methods in dev.hloth.zgztransport with parameters of type RouteConstructors in dev.hloth.zgztransport with parameters of type RouteModifierConstructorDescriptionJourneySummary(Optional<JourneySummary.Leg> previous, JourneySummary.LastPaid lastPaidAt, int consecutivePayments, CardType cardType, boolean free, Route route, Direction direction, int transfersLeft) Checks the ranges of the numeric fields and that the others are present.Checks that both fields are present and that the route is one the card can point back to, which is never zero.Transaction(CardType cardType, int networkFlag, int amount, int consecutivePayments, Stop stop, Route route, TransactionKind kind, int runCounter, CardDateTime createdAt, int sequence) Checks the ranges of the numeric fields and that the others are present.