@Generated public class SqlTaskAlert extends Object
Constructor and Description |
---|
SqlTaskAlert() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlertId() |
Boolean |
getPauseSubscriptions() |
Collection<SqlTaskSubscription> |
getSubscriptions() |
int |
hashCode() |
SqlTaskAlert |
setAlertId(String alertId) |
SqlTaskAlert |
setPauseSubscriptions(Boolean pauseSubscriptions) |
SqlTaskAlert |
setSubscriptions(Collection<SqlTaskSubscription> subscriptions) |
String |
toString() |
public SqlTaskAlert setAlertId(String alertId)
public String getAlertId()
public SqlTaskAlert setPauseSubscriptions(Boolean pauseSubscriptions)
public Boolean getPauseSubscriptions()
public SqlTaskAlert setSubscriptions(Collection<SqlTaskSubscription> subscriptions)
public Collection<SqlTaskSubscription> getSubscriptions()
Copyright © 2023. All rights reserved.