com.targomo.client.api.response.parsingpojos.TransitTravelTimes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client library for easy usage of Targomo web services.
The 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 - 2024 Weber Informatics LLC | Privacy Policy