Class FieldMappingResponse
- java.lang.Object
-
- org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.FieldMappingResponse
-
public class FieldMappingResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldMappingResponse.FieldTypestatic classFieldMappingResponse.IndexType
-
Constructor Summary
Constructors Constructor Description FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType)FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType, String format)FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType, String format, MultiFieldMappingResponse[] multiFields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldMappingResponse.FieldTypegetDataType()StringgetFormat()FieldMappingResponse.IndexTypegetIndexType()MultiFieldMappingResponse[]getMultiFields()StringgetName()
-
-
-
Constructor Detail
-
FieldMappingResponse
public FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType)
-
FieldMappingResponse
public FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType, String format)
-
FieldMappingResponse
public FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType, String format, MultiFieldMappingResponse[] multiFields)
-
-
Method Detail
-
getName
public String getName()
-
getDataType
public FieldMappingResponse.FieldType getDataType()
-
getIndexType
public FieldMappingResponse.IndexType getIndexType()
-
getFormat
public String getFormat()
-
getMultiFields
public MultiFieldMappingResponse[] getMultiFields()
-
-