@Internal public class RestWarningAnnotation extends Object
Constructor and Description |
---|
RestWarningAnnotation(@NotNull String fileName,
@NotNull String message,
WarningAnnotation.Severity severity,
@Nullable Integer lineNumber,
@Nullable String category,
@Nullable String source) |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getCategory() |
@NotNull String |
getFileName() |
@Nullable Integer |
getLineNumber() |
@NotNull String |
getMessage() |
@NotNull String |
getSeverity() |
@Nullable String |
getSource() |
@NotNull public @NotNull String getFileName()
@NotNull public @NotNull String getMessage()
@NotNull public @NotNull String getSeverity()
@Nullable public @Nullable Integer getLineNumber()
@Nullable public @Nullable String getCategory()
@Nullable public @Nullable String getSource()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.