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

org.opentripplanner.routing.alertpatch.AlertUrl Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.routing.alertpatch;

import java.util.Objects;
import javax.annotation.Nullable;

public record AlertUrl(String uri, @Nullable String label) {
  public AlertUrl {
    Objects.requireNonNull(uri);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy