public interface Parameter<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Parameter.ParameterBuilder<SELF,T> |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_DEFAULT_VALUE |
static String |
FIELD_DESCRIPTION |
static String |
FIELD_NAME |
static String |
FIELD_TITLE |
static String |
FIELD_TYPE |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
defaultValue() |
String |
description() |
String |
name() |
String |
title() |
ValueType |
valueType() |
static final String FIELD_TYPE
static final String FIELD_NAME
static final String FIELD_TITLE
static final String FIELD_DESCRIPTION
static final String FIELD_DEFAULT_VALUE
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.