@Generated public class AlertOptions extends Object
Constructor and Description |
---|
AlertOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getColumn() |
String |
getCustomBody() |
String |
getCustomSubject() |
AlertOptionsEmptyResultState |
getEmptyResultState() |
Boolean |
getMuted() |
String |
getOp() |
Object |
getValue() |
int |
hashCode() |
AlertOptions |
setColumn(String column) |
AlertOptions |
setCustomBody(String customBody) |
AlertOptions |
setCustomSubject(String customSubject) |
AlertOptions |
setEmptyResultState(AlertOptionsEmptyResultState emptyResultState) |
AlertOptions |
setMuted(Boolean muted) |
AlertOptions |
setOp(String op) |
AlertOptions |
setValue(Object value) |
String |
toString() |
public AlertOptions setColumn(String column)
public String getColumn()
public AlertOptions setCustomBody(String customBody)
public String getCustomBody()
public AlertOptions setCustomSubject(String customSubject)
public String getCustomSubject()
public AlertOptions setEmptyResultState(AlertOptionsEmptyResultState emptyResultState)
public AlertOptionsEmptyResultState getEmptyResultState()
public AlertOptions setMuted(Boolean muted)
public Boolean getMuted()
public AlertOptions setOp(String op)
public String getOp()
public AlertOptions setValue(Object value)
public Object getValue()
Copyright © 2023. All rights reserved.