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

io.github.portlek.sfs.status.MasterStatus Maven / Gradle / Ivy

There is a newer version: 5.7
Show newest version
package io.github.portlek.sfs.status;

public class MasterStatus {

    public Topology Topology;

    public String Version;

    @Override
    public String toString() {
        return "MasterStatus{" +
            "Topology=" + this.Topology +
            ", Version='" + this.Version + '\'' +
            '}';
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy