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

be.lukin.poeditor.models.TermsDetails Maven / Gradle / Ivy

package be.lukin.poeditor.models;

public class TermsDetails {
    public int parsed;
    public int added;
    public int deleted;

    @Override
    public String toString() {
        return "TermsDetails{" +
                "parsed=" + parsed +
                ", added=" + added +
                ", deleted=" + deleted +
                '}';
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy