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

ai.databand.schema.PaginationMeta Maven / Gradle / Ivy

There is a newer version: 1.0.26.1
Show newest version
package ai.databand.schema;

public class PaginationMeta {

    private int total;

    public int getTotal() {
        return total;
    }

    public void setTotal(int total) {
        this.total = total;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy