public class DiagnosticLog
extends Object
Diagnostic log.
-
Constructor Summary
Constructors
DiagnosticLog(String logId,
Instant recordedAt,
String requestId,
String flowId,
String resultStatus,
String resultMessage,
String actionId,
String componentId,
Map<String,Object> input,
Map<String,Object> configurations)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DiagnosticLog
public DiagnosticLog(String logId,
Instant recordedAt,
String requestId,
String flowId,
String resultStatus,
String resultMessage,
String actionId,
String componentId,
Map<String,Object> input,
Map<String,Object> configurations)
-
Method Details
-
-
-
-
-
getResultStatus
public String getResultStatus()
-
getResultMessage
public String getResultMessage()
-
-
getComponentId
public String getComponentId()
-
-