Class ListMetastoresResponse
- java.lang.Object
-
- com.databricks.sdk.service.catalog.ListMetastoresResponse
-
@Generated public class ListMetastoresResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListMetastoresResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<MetastoreInfo>getMetastores()inthashCode()ListMetastoresResponsesetMetastores(Collection<MetastoreInfo> metastores)StringtoString()
-
-
-
Method Detail
-
setMetastores
public ListMetastoresResponse setMetastores(Collection<MetastoreInfo> metastores)
-
getMetastores
public Collection<MetastoreInfo> getMetastores()
-
-