public abstract class ValidationMessageDTO extends Object
| Constructor and Description |
|---|
ValidationMessageDTO() |
| Modifier and Type | Method and Description |
|---|---|
abstract Integer |
beginColumn() |
abstract Integer |
beginLine() |
static ValidationMessageDTO |
create(ValidationTypeDTO validationType,
Integer beginLine,
Integer beginColumn,
Integer endLine,
Integer endColumn,
String errorMessage,
String relatedProperty) |
abstract Integer |
endColumn() |
abstract Integer |
endLine() |
abstract String |
errorMessage() |
abstract String |
errorTitle() |
abstract ValidationTypeDTO |
errorType() |
abstract String |
relatedProperty() |
public abstract ValidationTypeDTO errorType()
public abstract String errorMessage()
public static ValidationMessageDTO create(ValidationTypeDTO validationType, Integer beginLine, Integer beginColumn, Integer endLine, Integer endColumn, String errorMessage, String relatedProperty)
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.