Package com.databricks.sdk.service.sql
Class ChannelInfo
- java.lang.Object
-
- com.databricks.sdk.service.sql.ChannelInfo
-
@Generated public class ChannelInfo extends Object
Channel information for the SQL warehouse at the time of query execution
-
-
Constructor Summary
Constructors Constructor Description ChannelInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDbsqlVersion()
ChannelName
getName()
int
hashCode()
ChannelInfo
setDbsqlVersion(String dbsqlVersion)
ChannelInfo
setName(ChannelName name)
String
toString()
-
-
-
Method Detail
-
setDbsqlVersion
public ChannelInfo setDbsqlVersion(String dbsqlVersion)
-
getDbsqlVersion
public String getDbsqlVersion()
-
setName
public ChannelInfo setName(ChannelName name)
-
getName
public ChannelName getName()
-
-