public abstract class FieldTypeDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldTypeDTO.Builder |
static class |
FieldTypeDTO.Properties |
| Constructor and Description |
|---|
FieldTypeDTO() |
| Modifier and Type | Method and Description |
|---|---|
static FieldTypeDTO.Builder |
builder() |
static FieldTypeDTO |
create(String fieldName,
String physicalType) |
static FieldTypeDTO |
create(String fieldName,
String physicalType,
Set<FieldTypeDTO.Properties> properties) |
abstract String |
fieldName() |
abstract String |
physicalType() |
abstract Set<FieldTypeDTO.Properties> |
properties() |
abstract FieldTypeDTO.Builder |
toBuilder() |
public abstract String fieldName()
public abstract String physicalType()
public abstract Set<FieldTypeDTO.Properties> properties()
public static FieldTypeDTO create(String fieldName, String physicalType)
public static FieldTypeDTO create(String fieldName, String physicalType, Set<FieldTypeDTO.Properties> properties)
public static FieldTypeDTO.Builder builder()
public abstract FieldTypeDTO.Builder toBuilder()
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.