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

org.opentripplanner.profile.ProfileResponse Maven / Gradle / Ivy

package org.opentripplanner.profile;

import com.beust.jcommander.internal.Sets;
import com.google.common.collect.ArrayListMultimap;
import com.google.common.collect.ListMultimap;
import com.google.common.collect.Lists;
import org.opentripplanner.routing.core.TraverseMode;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.util.*;

// Jackson will serialize fields with getters, or @JsonProperty annotations.
public class ProfileResponse {

    private static final Logger LOG = LoggerFactory.getLogger(ProfileResponse.class);

    public Set




© 2015 - 2024 Weber Informatics LLC | Privacy Policy