Package com.databricks.sdk.service.sql
Class EditAlert
- java.lang.Object
-
- com.databricks.sdk.service.sql.EditAlert
-
@Generated public class EditAlert extends Object
-
-
Constructor Summary
Constructors Constructor Description EditAlert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAlertId()StringgetName()AlertOptionsgetOptions()StringgetQueryId()LonggetRearm()inthashCode()EditAlertsetAlertId(String alertId)EditAlertsetName(String name)EditAlertsetOptions(AlertOptions options)EditAlertsetQueryId(String queryId)EditAlertsetRearm(Long rearm)StringtoString()
-
-
-
Method Detail
-
getAlertId
public String getAlertId()
-
getName
public String getName()
-
setOptions
public EditAlert setOptions(AlertOptions options)
-
getOptions
public AlertOptions getOptions()
-
getQueryId
public String getQueryId()
-
getRearm
public Long getRearm()
-
-