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

org.entur.jwt.spring.auth0.properties.MdcPair Maven / Gradle / Ivy

package org.entur.jwt.spring.auth0.properties;

public class MdcPair {

    private String from;
    private String to;

    public String getFrom() {
        return from;
    }

    public void setFrom(String from) {
        this.from = from;
    }

    public String getTo() {
        return to;
    }

    public void setTo(String to) {
        this.to = to;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy