public static class TestConnectionAssignmentError.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TestConnectionAssignmentError.Builder |
action(String action)
The text describing the action required to fix the issue.
|
TestConnectionAssignmentError |
build() |
TestConnectionAssignmentError.Builder |
code(String code)
A short error code that defines the error, meant for programmatic parsing.
|
TestConnectionAssignmentError.Builder |
copy(TestConnectionAssignmentError model) |
TestConnectionAssignmentError.Builder |
issue(String issue)
The text describing the root cause of the reported issue.
|
TestConnectionAssignmentError.Builder |
message(String message)
A human-readable error string.
|
public TestConnectionAssignmentError.Builder code(String code)
A short error code that defines the error, meant for programmatic parsing.
code
- the value to setpublic TestConnectionAssignmentError.Builder message(String message)
A human-readable error string.
message
- the value to setpublic TestConnectionAssignmentError.Builder issue(String issue)
The text describing the root cause of the reported issue.
issue
- the value to setpublic TestConnectionAssignmentError.Builder action(String action)
The text describing the action required to fix the issue.
action
- the value to setpublic TestConnectionAssignmentError build()
public TestConnectionAssignmentError.Builder copy(TestConnectionAssignmentError model)
Copyright © 2016–2024. All rights reserved.