Class SchemaInfo
- java.lang.Object
-
- com.databricks.sdk.service.catalog.SchemaInfo
-
@Generated public class SchemaInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaInfo()
-
Method Summary
-
-
-
Method Detail
-
setCatalogName
public SchemaInfo setCatalogName(String catalogName)
-
getCatalogName
public String getCatalogName()
-
setCatalogType
public SchemaInfo setCatalogType(String catalogType)
-
getCatalogType
public String getCatalogType()
-
setComment
public SchemaInfo setComment(String comment)
-
getComment
public String getComment()
-
setCreatedAt
public SchemaInfo setCreatedAt(Long createdAt)
-
getCreatedAt
public Long getCreatedAt()
-
setCreatedBy
public SchemaInfo setCreatedBy(String createdBy)
-
getCreatedBy
public String getCreatedBy()
-
setEffectiveAutoMaintenanceFlag
public SchemaInfo setEffectiveAutoMaintenanceFlag(EffectiveAutoMaintenanceFlag effectiveAutoMaintenanceFlag)
-
getEffectiveAutoMaintenanceFlag
public EffectiveAutoMaintenanceFlag getEffectiveAutoMaintenanceFlag()
-
setEnableAutoMaintenance
public SchemaInfo setEnableAutoMaintenance(EnableAutoMaintenance enableAutoMaintenance)
-
getEnableAutoMaintenance
public EnableAutoMaintenance getEnableAutoMaintenance()
-
setFullName
public SchemaInfo setFullName(String fullName)
-
getFullName
public String getFullName()
-
setMetastoreId
public SchemaInfo setMetastoreId(String metastoreId)
-
getMetastoreId
public String getMetastoreId()
-
setName
public SchemaInfo setName(String name)
-
getName
public String getName()
-
setOwner
public SchemaInfo setOwner(String owner)
-
getOwner
public String getOwner()
-
setProperties
public SchemaInfo setProperties(Map<String,String> properties)
-
setStorageLocation
public SchemaInfo setStorageLocation(String storageLocation)
-
getStorageLocation
public String getStorageLocation()
-
setStorageRoot
public SchemaInfo setStorageRoot(String storageRoot)
-
getStorageRoot
public String getStorageRoot()
-
setUpdatedAt
public SchemaInfo setUpdatedAt(Long updatedAt)
-
getUpdatedAt
public Long getUpdatedAt()
-
setUpdatedBy
public SchemaInfo setUpdatedBy(String updatedBy)
-
getUpdatedBy
public String getUpdatedBy()
-
-