public abstract class DashboardWidgetEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DashboardWidgetEntity.Position |
| Constructor and Description |
|---|
DashboardWidgetEntity() |
| Modifier and Type | Method and Description |
|---|---|
abstract @PositiveOrZero ValueReference |
cacheTime() |
abstract @NotNull ReferenceMap |
configuration() |
static DashboardWidgetEntity |
create(@NotNull ValueReference id,
@NotNull ValueReference description,
@NotBlank ValueReference type,
@PositiveOrZero ValueReference cacheTime,
@NotNull TimeRangeEntity timeRange,
@NotNull ReferenceMap configuration,
DashboardWidgetEntity.Position position) |
abstract @NotNull ValueReference |
description() |
abstract @NotNull ValueReference |
id() |
abstract Optional<DashboardWidgetEntity.Position> |
position() |
abstract @NotNull TimeRangeEntity |
timeRange() |
abstract @NotBlank ValueReference |
type() |
@NotNull public abstract @NotNull ValueReference id()
@NotNull public abstract @NotNull ValueReference description()
@NotBlank public abstract @NotBlank ValueReference type()
@PositiveOrZero public abstract @PositiveOrZero ValueReference cacheTime()
@NotNull public abstract @NotNull TimeRangeEntity timeRange()
@NotNull public abstract @NotNull ReferenceMap configuration()
public abstract Optional<DashboardWidgetEntity.Position> position()
public static DashboardWidgetEntity create(@NotNull @NotNull ValueReference id, @NotNull @NotNull ValueReference description, @NotBlank @NotBlank ValueReference type, @PositiveOrZero @PositiveOrZero ValueReference cacheTime, @NotNull @NotNull TimeRangeEntity timeRange, @NotNull @NotNull ReferenceMap configuration, @Nullable DashboardWidgetEntity.Position position)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.