public static interface AlgorithmPluginResultStatus.BuildFinal
Modifier and Type | Method and Description |
---|---|
AlgorithmPluginResultStatus |
build()
Builds a new
AlgorithmPluginResultStatus . |
AlgorithmPluginResultStatus.BuildFinal |
statusDescription(Optional<String> statusDescription)
Initializes the optional value
statusDescription to statusDescription. |
AlgorithmPluginResultStatus.BuildFinal |
statusDescription(String statusDescription)
Initializes the optional value
statusDescription to statusDescription. |
AlgorithmPluginResultStatus.BuildFinal statusDescription(String statusDescription)
statusDescription
to statusDescription.statusDescription
- The value for statusDescriptionthis
builder for chained invocationAlgorithmPluginResultStatus.BuildFinal statusDescription(Optional<String> statusDescription)
statusDescription
to statusDescription.statusDescription
- The value for statusDescriptionthis
builder for use in a chained invocationAlgorithmPluginResultStatus build()
AlgorithmPluginResultStatus
.IllegalStateException
- if any required attributes are missingCopyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.