public static class EndpointResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EndpointResult |
build() |
EndpointResult.Builder |
copy(EndpointResult model) |
EndpointResult.Builder |
endpointName(String endpointName)
The endpoint name.
|
EndpointResult.Builder |
logEndpoints(List<String> logEndpoints)
The resolved log endpoints based on the specified list endpoint response.
|
EndpointResult.Builder |
status(String status)
The endpoint validation status.
|
EndpointResult.Builder |
url(String url)
The endpoint URL.
|
EndpointResult.Builder |
violations(List<Violation> violations)
The list of violations (if any).
|
public EndpointResult.Builder endpointName(String endpointName)
The endpoint name.
endpointName
- the value to setpublic EndpointResult.Builder url(String url)
The endpoint URL.
url
- the value to setpublic EndpointResult.Builder status(String status)
The endpoint validation status.
status
- the value to setpublic EndpointResult.Builder violations(List<Violation> violations)
The list of violations (if any).
violations
- the value to setpublic EndpointResult.Builder logEndpoints(List<String> logEndpoints)
The resolved log endpoints based on the specified list endpoint response.
logEndpoints
- the value to setpublic EndpointResult build()
public EndpointResult.Builder copy(EndpointResult model)
Copyright © 2016–2024. All rights reserved.