Package org.wso2.carbon.utils
Class DiagnosticLog
- java.lang.Object
-
- org.wso2.carbon.utils.DiagnosticLog
-
public class DiagnosticLog extends Object
Diagnostic log.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionId()StringgetComponentId()Map<String,Object>getConfigurations()StringgetFlowId()Map<String,Object>getInput()StringgetLogId()InstantgetRecordedAt()StringgetRequestId()StringgetResultMessage()StringgetResultStatus()
-
-
-
Method Detail
-
getLogId
public String getLogId()
-
getRecordedAt
public Instant getRecordedAt()
-
getRequestId
public String getRequestId()
-
getFlowId
public String getFlowId()
-
getResultStatus
public String getResultStatus()
-
getResultMessage
public String getResultMessage()
-
getActionId
public String getActionId()
-
getComponentId
public String getComponentId()
-
-