Class DriverDownloadRequest

java.lang.Object
org.eclipse.lemminx.customservice.synapse.driver.DriverDownloadRequest

public class DriverDownloadRequest extends Object
Request data for downloading a JDBC driver for a specific connector and connection type.
  • Constructor Details

    • DriverDownloadRequest

      public DriverDownloadRequest()
    • DriverDownloadRequest

      public DriverDownloadRequest(String connectorName, String connectionType)
  • Method Details

    • getConnectorName

      public String getConnectorName()
    • setConnectorName

      public void setConnectorName(String connectorName)
    • getConnectionType

      public String getConnectionType()
    • setConnectionType

      public void setConnectionType(String connectionType)