Class SystemSchemaInfo
- java.lang.Object
-
- com.databricks.sdk.service.catalog.SystemSchemaInfo
-
@Generated public class SystemSchemaInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SystemSchemaInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetSchema()SystemSchemaInfoStategetState()inthashCode()SystemSchemaInfosetSchema(String schema)SystemSchemaInfosetState(SystemSchemaInfoState state)StringtoString()
-
-
-
Method Detail
-
setSchema
public SystemSchemaInfo setSchema(String schema)
-
getSchema
public String getSchema()
-
setState
public SystemSchemaInfo setState(SystemSchemaInfoState state)
-
getState
public SystemSchemaInfoState getState()
-
-