Package com.databricks.sdk.service.sql
Class GetAlertRequest
- java.lang.Object
-
- com.databricks.sdk.service.sql.GetAlertRequest
-
@Generated public class GetAlertRequest extends Object
Get an alert
-
-
Constructor Summary
Constructors Constructor Description GetAlertRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAlertId()inthashCode()GetAlertRequestsetAlertId(String alertId)StringtoString()
-
-
-
Method Detail
-
setAlertId
public GetAlertRequest setAlertId(String alertId)
-
getAlertId
public String getAlertId()
-
-