public static class ApiValidationDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApiValidationDetail |
build() |
ApiValidationDetail.Builder |
copy(ApiValidationDetail model) |
ApiValidationDetail.Builder |
msg(String msg)
Description of the warning/error.
|
ApiValidationDetail.Builder |
severity(ApiValidationDetail.Severity severity)
Severity of the issue.
|
ApiValidationDetail.Builder |
src(List<List<BigDecimal>> src)
Position of the issue in the specification file (line, column).
|
public ApiValidationDetail.Builder msg(String msg)
Description of the warning/error.
msg
- the value to setpublic ApiValidationDetail.Builder severity(ApiValidationDetail.Severity severity)
Severity of the issue.
severity
- the value to setpublic ApiValidationDetail.Builder src(List<List<BigDecimal>> src)
Position of the issue in the specification file (line, column).
src
- the value to setpublic ApiValidationDetail build()
public ApiValidationDetail.Builder copy(ApiValidationDetail model)
Copyright © 2016–2024. All rights reserved.