public abstract class ConstraintCheckResult extends Object
| Constructor and Description |
|---|
ConstraintCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract Constraint |
constraint() |
static ConstraintCheckResult |
create(Constraint constraint,
boolean fulfilled) |
abstract boolean |
fulfilled() |
public abstract Constraint constraint()
public abstract boolean fulfilled()
public static ConstraintCheckResult create(Constraint constraint, boolean fulfilled)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.