
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