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

com.icthh.xm.commons.search.query.dto.IndexQuery Maven / Gradle / Ivy

The newest version!
package com.icthh.xm.commons.search.query.dto;

import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
public class IndexQuery {
    private String id;
    private Object object;
    private String indexName;
    private String type;
    private String source;
    private String parentId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy