All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.targomo.client.api.response.parsingpojos.TransitTravelTimes Maven / Gradle / Ivy

There is a newer version: 0.39.0
Show newest version
package com.targomo.client.api.response.parsingpojos;

import com.targomo.client.api.pojo.TransitTravelTimeValue;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

@NoArgsConstructor
public class TransitTravelTimes extends ElementWithId {

    @Getter @Setter
    private TransitTravelTimeValue[] travelTimesTransit;

    @Getter @Setter
    private int travelTimeWalk;

    @Getter @Setter
    private int travelDistanceWalk;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy