Class UpdateAutoMaintenance
- java.lang.Object
-
- com.databricks.sdk.service.catalog.UpdateAutoMaintenance
-
@Generated public class UpdateAutoMaintenance extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateAutoMaintenance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetEnable()StringgetMetastoreId()inthashCode()UpdateAutoMaintenancesetEnable(Boolean enable)UpdateAutoMaintenancesetMetastoreId(String metastoreId)StringtoString()
-
-
-
Method Detail
-
setEnable
public UpdateAutoMaintenance setEnable(Boolean enable)
-
getEnable
public Boolean getEnable()
-
setMetastoreId
public UpdateAutoMaintenance setMetastoreId(String metastoreId)
-
getMetastoreId
public String getMetastoreId()
-
-