Uses of Record Class
com.cta4j.bus.prediction.model.PredictionMetadata
Packages that use PredictionMetadata
-
Uses of PredictionMetadata in com.cta4j.bus.prediction.model
Methods in com.cta4j.bus.prediction.model that return PredictionMetadataModifier and TypeMethodDescriptionPrediction.metadata()Returns the value of themetadatarecord component.Constructors in com.cta4j.bus.prediction.model with parameters of type PredictionMetadataModifierConstructorDescriptionPrediction(PredictionType predictionType, String stopId, String stopName, String vehicleId, BigInteger distanceToStop, String route, String routeDesignator, String routeDirection, String destination, Instant arrivalTime, @Nullable Boolean delayed, PredictionMetadata metadata) Constructs aPrediction.