Package com.databricks.sdk.service.sql
Class AlertOptions
- java.lang.Object
-
- com.databricks.sdk.service.sql.AlertOptions
-
@Generated public class AlertOptions extends Object
Alert configuration options.
-
-
Constructor Summary
Constructors Constructor Description AlertOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetColumn()StringgetCustomBody()StringgetCustomSubject()BooleangetMuted()StringgetOp()ObjectgetValue()inthashCode()AlertOptionssetColumn(String column)AlertOptionssetCustomBody(String customBody)AlertOptionssetCustomSubject(String customSubject)AlertOptionssetMuted(Boolean muted)AlertOptionssetOp(String op)AlertOptionssetValue(Object value)StringtoString()
-
-
-
Method Detail
-
setColumn
public AlertOptions setColumn(String column)
-
getColumn
public String getColumn()
-
setCustomBody
public AlertOptions setCustomBody(String customBody)
-
getCustomBody
public String getCustomBody()
-
setCustomSubject
public AlertOptions setCustomSubject(String customSubject)
-
getCustomSubject
public String getCustomSubject()
-
setMuted
public AlertOptions setMuted(Boolean muted)
-
getMuted
public Boolean getMuted()
-
setOp
public AlertOptions setOp(String op)
-
getOp
public String getOp()
-
setValue
public AlertOptions setValue(Object value)
-
getValue
public Object getValue()
-
-