Package com.databricks.sdk.service.sql
Class OdbcParams
- java.lang.Object
-
- com.databricks.sdk.service.sql.OdbcParams
-
@Generated public class OdbcParams extends Object
-
-
Constructor Summary
Constructors Constructor Description OdbcParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getHostname()
String
getPath()
Long
getPort()
String
getProtocol()
int
hashCode()
OdbcParams
setHostname(String hostname)
OdbcParams
setPath(String path)
OdbcParams
setPort(Long port)
OdbcParams
setProtocol(String protocol)
String
toString()
-
-
-
Method Detail
-
setHostname
public OdbcParams setHostname(String hostname)
-
getHostname
public String getHostname()
-
setPath
public OdbcParams setPath(String path)
-
getPath
public String getPath()
-
setPort
public OdbcParams setPort(Long port)
-
getPort
public Long getPort()
-
setProtocol
public OdbcParams setProtocol(String protocol)
-
getProtocol
public String getProtocol()
-
-