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

br.eti.clairton.repository.http.Page Maven / Gradle / Ivy

package br.eti.clairton.repository.http;

public class Page {
	public final Integer offset;
	public final Integer limit;

	public Page(final Integer offet, final Integer limit) {
		this.offset = offet;
		this.limit = limit;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy