public class ChecksAnnotation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChecksAnnotation.ChecksAnnotationBuilder
Builder for
ChecksAnnotation. |
static class |
ChecksAnnotation.ChecksAnnotationLevel
The level represents the severity of the annotation.
|
| Constructor and Description |
|---|
ChecksAnnotation(ChecksAnnotation that)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksAnnotation.ChecksAnnotationLevel |
getAnnotationLevel() |
Optional<Integer> |
getEndColumn() |
Optional<Integer> |
getEndLine() |
Optional<String> |
getMessage() |
Optional<String> |
getPath() |
Optional<String> |
getRawDetails() |
Optional<Integer> |
getStartColumn() |
Optional<Integer> |
getStartLine() |
Optional<String> |
getTitle() |
String |
toString() |
public ChecksAnnotation(ChecksAnnotation that)
that - the sourcepublic ChecksAnnotation.ChecksAnnotationLevel getAnnotationLevel()
Copyright © 2016–2020. All rights reserved.