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 boolean
equals(Object o)
String
getAlertId()
int
hashCode()
GetAlertRequest
setAlertId(String alertId)
String
toString()
-
-
-
Method Detail
-
setAlertId
public GetAlertRequest setAlertId(String alertId)
-
getAlertId
public String getAlertId()
-
-