Class DefaultTestPromptConnectionRetVal.Builder
java.lang.Object
de.xima.fc.prompt.mgmt.defaults.DefaultTestPromptConnectionRetVal.Builder
- Enclosing class:
DefaultTestPromptConnectionRetVal
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionaddMessages(String message) Adds a message to the list of messages.build()Builds the test prompt connection return value.Sets the list of messages.Sets the list of messages.success(boolean success) Sets whether the test was successful.
-
Method Details
-
addMessages
Adds a message to the list of messages.- Parameters:
message- The message to add.- Returns:
- The builder.
-
build
Builds the test prompt connection return value.- Returns:
- The built test prompt connection return value.
-
messages
Sets the list of messages.- Parameters:
messages- The list of messages.- Returns:
- The builder.
-
messages
Sets the list of messages.- Parameters:
messages- The list of messages.- Returns:
- The builder.
-
success
Sets whether the test was successful.- Parameters:
success- true if the test was successful, false otherwise.- Returns:
- The builder.
-