@Generated public class SqlTaskDashboard extends Object
Constructor and Description |
---|
SqlTaskDashboard() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCustomSubject() |
String |
getDashboardId() |
Boolean |
getPauseSubscriptions() |
Collection<SqlTaskSubscription> |
getSubscriptions() |
int |
hashCode() |
SqlTaskDashboard |
setCustomSubject(String customSubject) |
SqlTaskDashboard |
setDashboardId(String dashboardId) |
SqlTaskDashboard |
setPauseSubscriptions(Boolean pauseSubscriptions) |
SqlTaskDashboard |
setSubscriptions(Collection<SqlTaskSubscription> subscriptions) |
String |
toString() |
public SqlTaskDashboard setCustomSubject(String customSubject)
public String getCustomSubject()
public SqlTaskDashboard setDashboardId(String dashboardId)
public String getDashboardId()
public SqlTaskDashboard setPauseSubscriptions(Boolean pauseSubscriptions)
public Boolean getPauseSubscriptions()
public SqlTaskDashboard setSubscriptions(Collection<SqlTaskSubscription> subscriptions)
public Collection<SqlTaskSubscription> getSubscriptions()
Copyright © 2024. All rights reserved.