DiagnosticLog.DiagnosticLogBuilder |
DiagnosticLog.DiagnosticLogBuilder.configParam(String key,
Object value) |
Adds a new key-value pair to the configurations map of the DiagnosticLog.
|
DiagnosticLog.DiagnosticLogBuilder |
DiagnosticLog.DiagnosticLogBuilder.configParams(Map<String,?> configurations) |
Adds all entries from the provided map to the configurations map of the DiagnosticLog.
|
DiagnosticLog.DiagnosticLogBuilder |
DiagnosticLog.DiagnosticLogBuilder.inputParam(String key,
Object value) |
Adds a new key-value pair to the input map of the DiagnosticLog.
|
DiagnosticLog.DiagnosticLogBuilder |
DiagnosticLog.DiagnosticLogBuilder.inputParams(Map<String,?> input) |
Adds all entries from the provided map to the input map of the DiagnosticLog.
|
DiagnosticLog.DiagnosticLogBuilder |
DiagnosticLog.DiagnosticLogBuilder.logDetailLevel(DiagnosticLog.LogDetailLevel logDetailLevel) |
Sets the log detail level of the DiagnosticLog.
|
DiagnosticLog.DiagnosticLogBuilder |
DiagnosticLog.DiagnosticLogBuilder.resultMessage(String resultMessage) |
Sets the result message of the DiagnosticLog.
|
DiagnosticLog.DiagnosticLogBuilder |
DiagnosticLog.DiagnosticLogBuilder.resultStatus(DiagnosticLog.ResultStatus resultStatus) |
Sets the result status of the DiagnosticLog.
|