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 boolean
equals(Object o)
String
getColumn()
String
getCustomBody()
String
getCustomSubject()
Boolean
getMuted()
String
getOp()
String
getValue()
int
hashCode()
AlertOptions
setColumn(String column)
AlertOptions
setCustomBody(String customBody)
AlertOptions
setCustomSubject(String customSubject)
AlertOptions
setMuted(Boolean muted)
AlertOptions
setOp(String op)
AlertOptions
setValue(String value)
String
toString()
-
-
-
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(String value)
-
getValue
public String getValue()
-
-