ai.databand.schema.PaginationMeta Maven / Gradle / Ivy
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