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

org.nustaq.kontraktor.services.rlserver.RLJsonAuthResult Maven / Gradle / Ivy

package org.nustaq.kontraktor.services.rlserver;

import java.io.Serializable;

public class RLJsonAuthResult implements Serializable {

    RLJsonSession session;

    public RLJsonAuthResult session(final RLJsonSession session) {
        this.session = session;
        return this;
    }

    public RLJsonSession getSession() {
        return session;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy