Package com.databricks.sdk.service.jobs
Class SqlTaskDashboard
- java.lang.Object
-
- com.databricks.sdk.service.jobs.SqlTaskDashboard
-
@Generated public class SqlTaskDashboard extends Object
-
-
Constructor Summary
Constructors Constructor Description SqlTaskDashboard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
setCustomSubject
public SqlTaskDashboard setCustomSubject(String customSubject)
-
getCustomSubject
public String getCustomSubject()
-
setDashboardId
public SqlTaskDashboard setDashboardId(String dashboardId)
-
getDashboardId
public String getDashboardId()
-
setPauseSubscriptions
public SqlTaskDashboard setPauseSubscriptions(Boolean pauseSubscriptions)
-
getPauseSubscriptions
public Boolean getPauseSubscriptions()
-
setSubscriptions
public SqlTaskDashboard setSubscriptions(Collection<SqlTaskSubscription> subscriptions)
-
getSubscriptions
public Collection<SqlTaskSubscription> getSubscriptions()
-
-