Class TableConstraintList
- java.lang.Object
-
- com.databricks.sdk.service.catalog.TableConstraintList
-
@Generated public class TableConstraintList extends Object
-
-
Constructor Summary
Constructors Constructor Description TableConstraintList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<TableConstraint>
getTableConstraints()
int
hashCode()
TableConstraintList
setTableConstraints(Collection<TableConstraint> tableConstraints)
String
toString()
-
-
-
Method Detail
-
setTableConstraints
public TableConstraintList setTableConstraints(Collection<TableConstraint> tableConstraints)
-
getTableConstraints
public Collection<TableConstraint> getTableConstraints()
-
-