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

com.es.plus.pojo.EsPLusTerms Maven / Gradle / Ivy

There is a newer version: 0.3.941
Show newest version
package com.es.plus.pojo;

import com.es.plus.es6.client.EsPlusAggregations;
import lombok.Data;

@Data
public class EsPLusTerms {
    private Long docCount;
    private Long docCountError;
    private EsPlusAggregations esAggregationsReponse;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy