public abstract class LookupTableDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LookupTableDto.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_DESCRIPTION |
static String |
FIELD_ID |
static String |
FIELD_NAME |
static String |
FIELD_TITLE |
Constructor and Description |
---|
LookupTableDto() |
Modifier and Type | Method and Description |
---|---|
static LookupTableDto.Builder |
builder() |
abstract String |
cacheId() |
abstract String |
contentPack() |
abstract String |
dataAdapterId() |
abstract String |
defaultMultiValue() |
abstract LookupDefaultValue.Type |
defaultMultiValueType() |
abstract String |
defaultSingleValue() |
abstract LookupDefaultValue.Type |
defaultSingleValueType() |
abstract String |
description() |
abstract String |
id() |
abstract String |
name() |
abstract String |
title() |
public static final String FIELD_ID
public static final String FIELD_TITLE
public static final String FIELD_DESCRIPTION
public static final String FIELD_NAME
public abstract String title()
public abstract String description()
public abstract String name()
public abstract String cacheId()
public abstract String dataAdapterId()
public abstract String defaultSingleValue()
public abstract LookupDefaultValue.Type defaultSingleValueType()
public abstract String defaultMultiValue()
public abstract LookupDefaultValue.Type defaultMultiValueType()
public static LookupTableDto.Builder builder()
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.