Class ListSchemasResponse
- java.lang.Object
-
- com.databricks.sdk.service.catalog.ListSchemasResponse
-
@Generated public class ListSchemasResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListSchemasResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<SchemaInfo>getSchemas()inthashCode()ListSchemasResponsesetSchemas(Collection<SchemaInfo> schemas)StringtoString()
-
-
-
Method Detail
-
setSchemas
public ListSchemasResponse setSchemas(Collection<SchemaInfo> schemas)
-
getSchemas
public Collection<SchemaInfo> getSchemas()
-
-