public class FieldMappingResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldMappingResponse.FieldType |
static class |
FieldMappingResponse.IndexType |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
FieldMappingResponse.FieldType |
getDataType() |
String |
getFormat() |
FieldMappingResponse.IndexType |
getIndexType() |
MultiFieldMappingResponse[] |
getMultiFields() |
String |
getName() |
public FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType)
public FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType, String format)
public FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType, String format, MultiFieldMappingResponse[] multiFields)
public String getName()
public FieldMappingResponse.FieldType getDataType()
public FieldMappingResponse.IndexType getIndexType()
public String getFormat()
public MultiFieldMappingResponse[] getMultiFields()
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.