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.GenericModel
Driver.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getConnectionType()
Gets the connectionType.java.lang.String
getDriverId()
Gets the driverId.java.lang.String
getDriverName()
Gets the driverName.java.lang.String
getDriverVersion()
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
-
-