Class ViewStateEntity
java.lang.Object
org.graylog2.contentpacks.model.entities.ViewStateEntity
- All Implemented Interfaces:
NativeEntityConverter<ViewStateDTO>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ViewStateEntity.Builderbuilder()abstract DisplayModeSettingsfields()abstract FormattingSettingsabstract Titlestitles()toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) abstract Map<String,WidgetPositionDTO> abstract Set<WidgetEntity>widgets()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.NativeEntityConverter
convertSearchFilters, resolveForInstallation
-
Constructor Details
-
ViewStateEntity
public ViewStateEntity()
-
-
Method Details
-
fields
-
staticMessageListId
-
titles
-
widgets
-
widgetMapping
-
widgetPositions
-
formatting
-
displayModeSettings
-
builder
-
toNativeEntity
public ViewStateDTO toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) - Specified by:
toNativeEntityin interfaceNativeEntityConverter<ViewStateDTO>
-