Class Driver
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.Driver
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Driver extends com.ibm.cloud.sdk.core.service.model.GenericModelDriver. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConnectionType()Gets the connectionType.java.lang.StringgetDriverId()Gets the driverId.java.lang.StringgetDriverName()Gets the driverName.java.lang.StringgetDriverVersion()Gets the driverVersion. 
 - 
 
- 
- 
Method Detail
- 
getConnectionType
public java.lang.String getConnectionType()
Gets the connectionType. Connection type.- Returns:
 - the connectionType
 
 
- 
getDriverId
public java.lang.String getDriverId()
Gets the driverId. Driver name.- Returns:
 - the driverId
 
 
- 
getDriverName
public java.lang.String getDriverName()
Gets the driverName. Driver name.- Returns:
 - the driverName
 
 
- 
getDriverVersion
public java.lang.String getDriverVersion()
Gets the driverVersion. Driver version.- Returns:
 - the driverVersion
 
 
 - 
 
 -