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

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

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

public class Ttl {

    public int Count;

    public int Unit;

    @Override
    public String toString() {
        return "Ttl{" +
            "Count=" + this.Count +
            ", Unit=" + this.Unit +
            '}';
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy