]> git.basschouten.com Git - openhab-addons.git/blob
c3a056c05c7f9b8682a4827622b1bb35caefaecf
[openhab-addons.git] /
1 /**
2  * Copyright (c) 2010-2023 Contributors to the openHAB project
3  *
4  * See the NOTICE file(s) distributed with this work for additional
5  * information.
6  *
7  * This program and the accompanying materials are made available under the
8  * terms of the Eclipse Public License 2.0 which is available at
9  * http://www.eclipse.org/legal/epl-2.0
10  *
11  * SPDX-License-Identifier: EPL-2.0
12  */
13 package org.openhab.binding.enturno.internal.dto.estimated;
14
15 /**
16  * Generated Plain Old Java Objects class for {@link EstimatedCalls} from JSON.
17  *
18  * @author Michal Kloc - Initial contribution
19  */
20 public class EstimatedCalls {
21     public String aimedArrivalTime;
22
23     public String date;
24
25     public String realtime;
26
27     public String expectedDepartureTime;
28
29     public String forAlighting;
30
31     public DestinationDisplay destinationDisplay;
32
33     public String forBoarding;
34
35     public ServiceJourney serviceJourney;
36
37     public Quay quay;
38
39     public String aimedDepartureTime;
40
41     public String expectedArrivalTime;
42 }