Package org.graylog2.indexer.fieldtypes
Class FieldTypeDTO
java.lang.Object
org.graylog2.indexer.fieldtypes.FieldTypeDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldTypeDTO.Builderbuilder()static FieldTypeDTOstatic FieldTypeDTOcreate(String fieldName, String physicalType, Set<FieldTypeDTO.Properties> properties) abstract Stringabstract Stringabstract Set<FieldTypeDTO.Properties>streams()abstract FieldTypeDTO.Builder
-
Constructor Details
-
FieldTypeDTO
public FieldTypeDTO()
-
-
Method Details
-
fieldName
-
physicalType
-
properties
-
streams
-
create
-
create
public static FieldTypeDTO create(String fieldName, String physicalType, Set<FieldTypeDTO.Properties> properties) -
builder
-
toBuilder
-