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 boolean
equals(Object o)
String
getAlertId()
String
getName()
AlertOptions
getOptions()
String
getQueryId()
Long
getRearm()
int
hashCode()
EditAlert
setAlertId(String alertId)
EditAlert
setName(String name)
EditAlert
setOptions(AlertOptions options)
EditAlert
setQueryId(String queryId)
EditAlert
setRearm(Long rearm)
String
toString()
-
-
-
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()
-
-