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 booleanequals(Object o)StringgetDbsqlVersion()ChannelNamegetName()inthashCode()ChannelInfosetDbsqlVersion(String dbsqlVersion)ChannelInfosetName(ChannelName name)StringtoString()
-
-
-
Method Detail
-
setDbsqlVersion
public ChannelInfo setDbsqlVersion(String dbsqlVersion)
-
getDbsqlVersion
public String getDbsqlVersion()
-
setName
public ChannelInfo setName(ChannelName name)
-
getName
public ChannelName getName()
-
-