Package com.databricks.sdk.service.sql
Class WarehouseTypePair
- java.lang.Object
-
- com.databricks.sdk.service.sql.WarehouseTypePair
-
@Generated public class WarehouseTypePair extends Object
-
-
Constructor Summary
Constructors Constructor Description WarehouseTypePair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetEnabled()WarehouseTypePairWarehouseTypegetWarehouseType()inthashCode()WarehouseTypePairsetEnabled(Boolean enabled)WarehouseTypePairsetWarehouseType(WarehouseTypePairWarehouseType warehouseType)StringtoString()
-
-
-
Method Detail
-
setEnabled
public WarehouseTypePair setEnabled(Boolean enabled)
-
getEnabled
public Boolean getEnabled()
-
setWarehouseType
public WarehouseTypePair setWarehouseType(WarehouseTypePairWarehouseType warehouseType)
-
getWarehouseType
public WarehouseTypePairWarehouseType getWarehouseType()
-
-