Class CreateSchema
- java.lang.Object
-
- com.databricks.sdk.service.catalog.CreateSchema
-
@Generated public class CreateSchema extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCatalogName()
String
getComment()
String
getName()
Map<String,String>
getProperties()
String
getStorageRoot()
int
hashCode()
CreateSchema
setCatalogName(String catalogName)
CreateSchema
setComment(String comment)
CreateSchema
setName(String name)
CreateSchema
setProperties(Map<String,String> properties)
CreateSchema
setStorageRoot(String storageRoot)
String
toString()
-
-
-
Method Detail
-
setCatalogName
public CreateSchema setCatalogName(String catalogName)
-
getCatalogName
public String getCatalogName()
-
setComment
public CreateSchema setComment(String comment)
-
getComment
public String getComment()
-
setName
public CreateSchema setName(String name)
-
getName
public String getName()
-
setProperties
public CreateSchema setProperties(Map<String,String> properties)
-
setStorageRoot
public CreateSchema setStorageRoot(String storageRoot)
-
getStorageRoot
public String getStorageRoot()
-
-