public static class TestConnectionAssignmentResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TestConnectionAssignmentResult |
build() |
TestConnectionAssignmentResult.Builder |
copy(TestConnectionAssignmentResult model) |
TestConnectionAssignmentResult.Builder |
error(TestConnectionAssignmentError error) |
TestConnectionAssignmentResult.Builder |
errors(List<TestConnectionAssignmentError> errors)
List of test connection assignment error objects.
|
TestConnectionAssignmentResult.Builder |
resultType(TestConnectionAssignmentResult.ResultType resultType)
Type of the result (i.e.
|
public TestConnectionAssignmentResult.Builder resultType(TestConnectionAssignmentResult.ResultType resultType)
Type of the result (i.e. Success, Failure or Timeout).
resultType
- the value to setpublic TestConnectionAssignmentResult.Builder error(TestConnectionAssignmentError error)
public TestConnectionAssignmentResult.Builder errors(List<TestConnectionAssignmentError> errors)
List of test connection assignment error objects.
errors
- the value to setpublic TestConnectionAssignmentResult build()
public TestConnectionAssignmentResult.Builder copy(TestConnectionAssignmentResult model)
Copyright © 2016–2024. All rights reserved.