public abstract class OutputEntity extends Object
| Constructor and Description |
|---|
OutputEntity() |
| Modifier and Type | Method and Description |
|---|---|
abstract @NotNull ReferenceMap |
configuration() |
static OutputEntity |
create(@NotBlank ValueReference title,
@NotBlank ValueReference type,
@NotNull ReferenceMap configuration) |
abstract @NotBlank ValueReference |
title() |
abstract @NotBlank ValueReference |
type() |
@NotBlank public abstract @NotBlank ValueReference title()
@NotBlank public abstract @NotBlank ValueReference type()
@NotNull public abstract @NotNull ReferenceMap configuration()
public static OutputEntity create(@NotBlank @NotBlank ValueReference title, @NotBlank @NotBlank ValueReference type, @NotNull @NotNull ReferenceMap configuration)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.