public class LogMetadata extends Object
Constructor and Description |
---|
LogMetadata(String type,
Long connDbId,
String workflowExecutionId,
String scenarioExecutionId,
String packageName)
Ctr for the log metadata
|
Modifier and Type | Method and Description |
---|---|
Long |
getConnDbId()
Gets conn db id.
|
String |
getPackageName()
Gets package name.
|
String |
getScenarioExecutionId()
Gets scenario execution id.
|
String |
getType()
Gets type.
|
String |
getWorkflowExecutionId()
Gets workflow execution id.
|
public LogMetadata(@Param(value="type") String type, @Param(value="connDbId") Long connDbId, @Param(value="workflowExecutionId") String workflowExecutionId, @Param(value="scenarioExecutionId") String scenarioExecutionId, @Param(value="packageName") String packageName)
type
- Type of the logconnDbId
- DB id of the connectionworkflowExecutionId
- Workflow execution idscenarioExecutionId
- Scenario execution idpackageName
- Name of the packagepublic String getType()
public Long getConnDbId()
public String getWorkflowExecutionId()
public String getScenarioExecutionId()
public String getPackageName()
Copyright © 2020. All rights reserved.