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