Class TableSummary
- java.lang.Object
-
- com.databricks.sdk.service.catalog.TableSummary
-
@Generated public class TableSummary extends Object
-
-
Constructor Summary
Constructors Constructor Description TableSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFullName()TableTypegetTableType()inthashCode()TableSummarysetFullName(String fullName)TableSummarysetTableType(TableType tableType)StringtoString()
-
-
-
Method Detail
-
setFullName
public TableSummary setFullName(String fullName)
-
getFullName
public String getFullName()
-
setTableType
public TableSummary setTableType(TableType tableType)
-
getTableType
public TableType getTableType()
-
-