public class Connection extends Object
Constructor and Description |
---|
Connection(Long connectionDbId,
String connectionId,
String scenarioExecutionId,
String packageName)
Ctr for the connection
|
Modifier and Type | Method and Description |
---|---|
Long |
getConnectionDbId()
Gets connection db id.
|
String |
getConnectionId()
Gets connection id.
|
String |
getPackageName()
Gets package name.
|
String |
getScenarioExecutionId()
Gets scenario execution id.
|
void |
setConnectionDbId(Long connectionDbId)
Sets connection db id.
|
public Connection(@Param(value="connectionDbId") Long connectionDbId, @Param(value="connectionId") String connectionId, @Param(value="scenarioExecutionId") String scenarioExecutionId, @Param(value="packageName") String packageName)
connectionDbId
- Database id of the connectionconnectionId
- ID (name) of the connectionscenarioExecutionId
- Scenario execution idpackageName
- Name of the packagepublic Long getConnectionDbId()
public void setConnectionDbId(Long connectionDbId)
connectionDbId
- the connection db idpublic String getConnectionId()
public String getScenarioExecutionId()
public String getPackageName()
Copyright © 2020. All rights reserved.