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

com.labstack.StoreSearchResponse Maven / Gradle / Ivy

The newest version!
package com.labstack;

import java.util.List;

public class StoreSearchResponse {
    private long total;
    private List documents;

    public long getTotal() {
        return total;
    }

    public List getDocuments() {
        return documents;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy