Class InputEntity
java.lang.Object
org.graylog2.contentpacks.model.entities.InputEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract @NotNull ReferenceMapstatic InputEntitycreate(@NotBlank ValueReference title, @NotNull ReferenceMap configuration, @NotNull Map<String, ValueReference> staticFields, @NotBlank ValueReference type, ValueReference global, @NotNull List<ExtractorEntity> extractors) abstract @NotNull List<ExtractorEntity>abstract ValueReferenceglobal()abstract @NotNull Map<String,ValueReference> abstract @NotBlank ValueReferencetitle()abstract @NotBlank ValueReferencetype()
-
Constructor Details
-
InputEntity
public InputEntity()
-
-
Method Details
-
title
-
configuration
-
staticFields
-
type
-
global
-
extractors
-
create
public static InputEntity create(@NotBlank @NotBlank ValueReference title, @NotNull @NotNull ReferenceMap configuration, @NotNull @NotNull Map<String, ValueReference> staticFields, @NotBlank @NotBlank ValueReference type, ValueReference global, @NotNull @NotNull List<ExtractorEntity> extractors)
-