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

win.doyto.query.service.PageList Maven / Gradle / Ivy

// Generated by delombok at Sat Aug 10 11:56:00 CST 2019
package win.doyto.query.service;

import java.util.List;

/**
 * PageList
 *
 * @author f0rb
 */
public class PageList {
    private final List list;
    private final long total;

    @java.lang.SuppressWarnings("all")
    @lombok.Generated
    public List getList() {
        return this.list;
    }

    @java.lang.SuppressWarnings("all")
    @lombok.Generated
    public long getTotal() {
        return this.total;
    }

    @java.lang.SuppressWarnings("all")
    @lombok.Generated
    public PageList(final List list, final long total) {
        this.list = list;
        this.total = total;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy