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

fr.lteconsulting.hexa.shared.dto.PagedResults Maven / Gradle / Ivy

The newest version!
package fr.lteconsulting.hexa.shared.dto;

import java.io.Serializable;
import java.util.List;

public class PagedResults implements Serializable
{
	private static final long serialVersionUID = 6370871510640834805L;

	public List results;
	public int offset;
	public int totalNumberResults;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy