Class MultiFieldMappingResponse
- java.lang.Object
-
- org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.MultiFieldMappingResponse
-
public class MultiFieldMappingResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description MultiFieldMappingResponse(String name, FieldMappingResponse.FieldType fieldType, FieldMappingResponse.IndexType indexType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldMappingResponse.FieldTypegetDataType()FieldMappingResponse.IndexTypegetIndexType()StringgetName()
-
-
-
Constructor Detail
-
MultiFieldMappingResponse
public MultiFieldMappingResponse(String name, FieldMappingResponse.FieldType fieldType, FieldMappingResponse.IndexType indexType)
-
-
Method Detail
-
getName
public String getName()
-
getDataType
public FieldMappingResponse.FieldType getDataType()
-
getIndexType
public FieldMappingResponse.IndexType getIndexType()
-
-