Class IndexMappingResponse
- java.lang.Object
-
- org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.IndexMappingResponse
-
public class IndexMappingResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description IndexMappingResponse(String indexName, TypeMappingResponse[] mappings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIndexName()TypeMappingResponsegetType(String name)TypeMappingResponse[]getTypeMappings()
-
-
-
Constructor Detail
-
IndexMappingResponse
public IndexMappingResponse(String indexName, TypeMappingResponse[] mappings)
-
-
Method Detail
-
getIndexName
public String getIndexName()
-
getTypeMappings
public TypeMappingResponse[] getTypeMappings()
-
getType
public TypeMappingResponse getType(String name)
-
-