public class ValidationIssue extends Object
| Constructor and Description |
|---|
ValidationIssue(IssueCode code,
String message,
String path,
Integer start,
Integer end,
boolean isWarning) |
| Modifier and Type | Method and Description |
|---|---|
IssueCode |
getCode() |
Integer |
getEnd() |
String |
getMessage() |
String |
getPath() |
Integer |
getStart() |
boolean |
isWarning() |
String |
toString() |
Copyright © 2016 RAML. All rights reserved.